Skip to content

Commit

Permalink
Update list of excluded tests (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Dec 11, 2023
1 parent 8384e90 commit de724e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
)
Expand Down

0 comments on commit de724e7

Please sign in to comment.