Skip to content

Commit 537e968

Browse files
committed
Revert "[lldb] Reenable TestEqualityOperators"
This reverts commit eed876e.
1 parent 7520b57 commit 537e968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/expression/equality_operators/TestEqualityOperators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def execute_command(command):
3030
(exit_status, output) = subprocess.getstatusoutput(command)
3131
return exit_status
3232

33+
@skipIf(bugnumber = "rdar://159531216")
3334
class TestUnitTests(TestBase):
3435
@swiftTest
3536
@skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is building a dSYM")

0 commit comments

Comments
 (0)