File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ final class BuildToolTests: CommandsTestCase {
280
280
}
281
281
282
282
func testBuildCompleteMessage( ) throws {
283
+ throw XCTSkip ( " This test fails to match the 'Compiling' regex; rdar://101815761 " )
284
+
283
285
try fixture ( name: " DependencyResolution/Internal/Simple " ) { fixturePath in
284
286
do {
285
287
let result = try execute ( [ ] , packagePath: fixturePath)
Original file line number Diff line number Diff line change @@ -4291,6 +4291,8 @@ final class WorkspaceTests: XCTestCase {
4291
4291
4292
4292
// This verifies that the simplest possible loading APIs are available for package clients.
4293
4293
func testSimpleAPI( ) throws {
4294
+ throw XCTSkip ( " This test fails to find XCTAssertEqual; rdar://101868275 " )
4295
+
4294
4296
try testWithTemporaryDirectory { path in
4295
4297
// Create a temporary package as a test case.
4296
4298
let packagePath = path. appending ( component: " MyPkg " )
You can’t perform that action at this time.
0 commit comments