diff --git a/test/lit.cfg.py b/test/lit.cfg.py index 8f0aa015..f1e17c76 100644 --- a/test/lit.cfg.py +++ b/test/lit.cfg.py @@ -44,8 +44,7 @@ if not config.emitc_enable_hlo: config.excludes.extend( [ - "mhlo-to-emitc.mlir", - "MobileNetV2_FakeWeights_mhlo.mlir", + "MobileNetV2_FakeWeights_stablehlo.mlir", "stablehlo-to-emitc.mlir", ] )