Skip to content

Commit

Permalink
Temporarily re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Nov 29, 2024
1 parent a562c54 commit 873b018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/test-e2e/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
# To be filled by lit.local.cfg files.
config.required_features = []
# FIXME: FOR TEMPORARY DISABLING ALL
config.unsupported_features = ["true"]
config.unsupported_features = []
#config.unsupported_features = ["true"]

# test-mode: Set if tests should run normally or only build/run
match lit_config.params.get("test-mode", "full"):
Expand Down

0 comments on commit 873b018

Please sign in to comment.