Skip to content

Commit 41be6eb

Browse files
committed
Tests: Disable ClangImporter/availability_custom_domains.swift on Android.
Unblocks Windows CI, which apparently tests Android. The underlying issue is tracked by swiftlang#80058.
1 parent 13ef626 commit 41be6eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ClangImporter/availability_custom_domains.swift

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: swift_feature_CustomAvailability
88
// UNSUPPORTED: OS=windows-msvc
99

10+
// https://github.com/swiftlang/swift/issues/80058
11+
// UNSUPPORTED: OS=linux-android
12+
1013
import Oceans // re-exports Rivers
1114

1215
func testClangDecls() {

0 commit comments

Comments
 (0)