Skip to content

Commit db718c7

Browse files
authored
[observation] Mark two tests as REQUIRES: observation (#77355)
These two tests are checking for symbols provided by the observation library, and will fail if the observation library is not build. Mark them as such to avoid failures when the observation library is not built.
1 parent 4937282 commit db718c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/abi/macOS/arm64/observation-asserts.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: swift_stdlib_asserts
77
// REQUIRES: STDLIB_VARIANT=macosx-arm64
8+
// REQUIRES: observation
89

910
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
1011

test/abi/macOS/arm64/observation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: swift_stdlib_no_asserts
77
// REQUIRES: STDLIB_VARIANT=macosx-arm64
8+
// REQUIRES: observation
89

910
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
1011

0 commit comments

Comments
 (0)