Skip to content

Commit 7e8124a

Browse files
committed
[test] Disable failing tests
1 parent 7f0130d commit 7e8124a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Interop/Cxx/modules/use-namespace-extension-lib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//
88
// REQUIRES: executable_test
99

10+
// https://bugs.swift.org/browse/SR-15488
11+
// REQUIRES: SR15488
12+
1013
import StdlibUnittest
1114
import Namespace
1215
import NamespaceExtensionLib

test/Interop/Cxx/modules/use-struct-from-bridge-extension-lib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//
88
// REQUIRES: executable_test
99

10+
// https://bugs.swift.org/browse/SR-15488
11+
// REQUIRES: SR15488
12+
1013
import StdlibUnittest
1114
import BridgeExtensionLib
1215

0 commit comments

Comments
 (0)