Skip to content

Commit dfcbcd1

Browse files
committed
Detect UNSUPPORTED: true
1 parent 1387eed commit dfcbcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def execute(self, test, litConfig):
159159
if test.config.test_mode == "build-only":
160160
if (
161161
"run-and-build-mode" in test.requires
162-
or "TEMPORARY_DISABLED" in test.requires
162+
or "true" in test.unsupported
163163
):
164164
return lit.Test.Result(
165165
lit.Test.UNSUPPORTED, "Test unsupported for this environment"

0 commit comments

Comments
 (0)