Commit 1a59a8f
committed
Disable test to unblock swift PR testing.
It looks like the order in which things are getting printed was flipped. So we are getting this error in the swift build:
20:53:48 TestFoundation/TestNSDictionary.swift:49: error: TestNSDictionary.test_description : XCTAssertEqual failed: ("{
20:53:48 foo = bar;
20:53:48 baz = qux;
20:53:48 }") is not equal to ("{
20:53:48 baz = qux;
20:53:48 foo = bar;
20:53:48 }") -
I would just fix this, but I don't work often in this codebase so I think
disabling is the right way to go.
https://bugs.swift.org/browse/SR-71661 parent d3f92b7 commit 1a59a8f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments