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 6eb1701 commit c8a121cCopy full SHA for c8a121c
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