8000
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.
1 parent a7e3a15 commit 264dbd5Copy full SHA for 264dbd5
Tests/SwiftParserTest/ParserTests.swift
@@ -4,6 +4,9 @@ import SwiftParser
4
5
public class ParserTests: XCTestCase {
6
func testSelfParse() throws {
7
+ // Allow skipping the self parse test in local development environments
8
+ // because it takes very long compared to all the other tests.
9
+ try XCTSkipIf(ProcessInfo.processInfo.environment["SKIP_SELF_PARSE"] == "1")
10
let currentDir = URL(fileURLWithPath: #file)
11
.deletingLastPathComponent()
12
0 commit comments