Skip to content

Commit e2b6533

Browse files
committed
Temporarily disable DART in CI
1 parent c0b794f commit e2b6533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker.test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from dmoj.executors import get_available
77

88
arch = platform.machine()
9-
ALLOW_FAIL = {'GASARM', 'OBJC'}
9+
ALLOW_FAIL = {'DART', 'GASARM', 'OBJC'}
1010
EXECUTORS = get_available()
1111

1212
if arch == 'aarch64':

0 commit comments

Comments
 (0)