From de724e7b1e841bc588e79da3ef442d3f74e3478e Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 11 Dec 2023 14:10:16 +0100 Subject: [PATCH] Update list of excluded tests (#399) --- test/lit.cfg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", ] )