Skip to content

Commit 63b5db6

Browse files
committed
Temporarily add run-mode feature by default
1 parent 4124a6e commit 63b5db6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
# Configuration file for the 'lit' test runner.
1818

19+
#TODO: Remove once #15728 is merged
20+
config.available_features.add("run-mode")
21+
1922
# name: The name of this test suite.
2023
config.name = "SYCL"
2124

0 commit comments

Comments
 (0)