Skip to content

Commit 2e7b363

Browse files
committed
Skip two more test cases that overflow the parser
1 parent eec600c commit 2e7b363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftParserTest/ParserTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public class ParserTests: XCTestCase {
160160
|| fileURL.absoluteString.contains("26773-swift-diagnosticengine-diagnose.swift")
161161
|| fileURL.absoluteString.contains("parser-cutoff.swift")
162162
|| fileURL.absoluteString.contains("26233-swift-iterabledeclcontext-getmembers.swift")
163+
|| fileURL.absoluteString.contains("26190-swift-iterabledeclcontext-getmembers.swift")
164+
|| fileURL.absoluteString.contains("26139-swift-abstractclosureexpr-setparams.swift")
163165
}
164166
)
165167
}

0 commit comments

Comments
 (0)