DML EP Mark ImageScalar Test As 'won't fix' (#15894)

ImageScalar is an experimental operator added in ONNX 1.2.1 and removed
in ONNX 1.5 so it's no longer in use.

Changing the comment to won't fix.

---------

Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
This commit is contained in:
Numfor Tiapo 2023-05-12 10:11:51 -07:00 committed by GitHub
parent 1bebc88069
commit 000a600080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ TEST(CropContribOpTest, CropBorderAndScale) {
}
TEST(ImageScalerContribOpTest, ImageScalerTest) {
// TODO: Unskip when fixed #41968513
// Won't fix for DML which only accepts 1 or 3 channels, as the op was only experimental and since removed.
if (DefaultDmlExecutionProvider().get() != nullptr) {
GTEST_SKIP() << "Skipping because of the following error: AbiCustomRegistry.cpp(507): The parameter is incorrect.";
}