diff --git a/mv3/apple/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift b/mv3/apple/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift index 7936699bb9..0738d293f1 100644 --- a/mv3/apple/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift +++ b/mv3/apple/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift @@ -21,10 +21,6 @@ final class MobileNetClassifierTest: XCTestCase { try run(model: "mv3_coreml_all") } - func testV3WithMPSBackend() throws { - try run(model: "mv3_mps_float16") - } - func testV3WithXNNPACKBackend() throws { try run(model: "mv3_xnnpack_fp32") }