Skip to content

Commit a60395e

Browse files
authored
Merge pull request #69467 from meg-gupta/disabletests
Disable tests failing in CI
2 parents 0514925 + a472587 commit a60395e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Driver/bad_tmpdir.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// test is somewhat artificially limited to macOS.
66
//
77
// REQUIRES: OS=macosx
8-
8+
// REQUIRES: rdar117411265
99
// (https://github.com/apple/swift/issues/54796) This test is failing on
1010
// next branch.
1111
// XFAIL: *

test/Sema/package_resilience_super_class.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
// RUN: %target-build-swift -I %t -L %t -lUtils %s -o %t/main %target-rpath(%t) -package-name mypkg -DTESTABLE
2121
// RUN: %target-run %t/main %t/%target-library-name(Utils) | %FileCheck %s
2222

23+
// REQUIRES: rdar117594759
2324
//--- Utils.swift
2425

2526
open class OpenKlass {

0 commit comments

Comments
 (0)