We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f622c8 + b59fd22 commit 6562544Copy full SHA for 6562544
Tests/SwiftParserTest/ParserTests.swift
@@ -125,6 +125,7 @@ class ParserTests: ParserTestCase {
125
/// Swift compiler. This requires the Swift compiler to have been checked
126
/// out into the "swift" directory alongside swift-syntax.
127
func testSwiftValidationTestsuite() throws {
128
+ try XCTSkipIf(true, "Crashing with signal 10 in CI")
129
try XCTSkipIf(longTestsDisabled)
130
let testDir =
131
packageDir
0 commit comments