Skip to content

Commit 6562544

Browse files
authored
Merge pull request #2909 from ahoppen/disable-validation-test
Skip `testSwiftValidationTestsuite`
2 parents 0f622c8 + b59fd22 commit 6562544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftParserTest/ParserTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ class ParserTests: ParserTestCase {
125125
/// Swift compiler. This requires the Swift compiler to have been checked
126126
/// out into the "swift" directory alongside swift-syntax.
127127
func testSwiftValidationTestsuite() throws {
128+
try XCTSkipIf(true, "Crashing with signal 10 in CI")
128129
try XCTSkipIf(longTestsDisabled)
129130
let testDir =
130131
packageDir

0 commit comments

Comments
 (0)