Skip to content

Commit 5e0efb1

Browse files
committed
[Tests] NFC: Don't attempt to run inlinable init accessor tests on device or remotely
This test is using dylibs, which don't play way with remote/device CI. Resolves: rdar://132715122
1 parent 4c76df3 commit 5e0efb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/inlinable_init_accessors.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
// REQUIRES: executable_test
2323

24+
// UNSUPPORTED: remote_run || device_run
25+
2426
//--- Library.swift
2527
@frozen
2628
public struct Inlinable {

0 commit comments

Comments
 (0)