We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe238cf commit 221ac85Copy full SHA for 221ac85
validation-test/execution/interpret-with-dependencies.swift
@@ -16,7 +16,8 @@
16
// RUN: %empty-directory(%t/other)
17
// RUN: ln -s %t/libfoo.dylib %t/other
18
19
-// RUN: %swift_driver -I %S/Inputs/custom-modules -L%t/other -resource-dir %t/rsrc/ %s | %FileCheck %s
+// Disabled, because it fails on some CI jobs with "missing required module 'SwiftShims'"
20
+// dontrun: %swift_driver -I %S/Inputs/custom-modules -L%t/other -resource-dir %t/rsrc/ %s | %FileCheck %s
21
22
import foo
23
0 commit comments