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 bff1f23 commit 2968a48Copy full SHA for 2968a48
Tests/AsyncDNSResolverTests/c-ares/CAresDNSResolverTests.swift
@@ -29,7 +29,7 @@ final class CAresDNSResolverTests: XCTestCase {
29
options.servers = servers
30
31
self.resolver = try! CAresDNSResolver(options: options)
32
- self.verbose = true // TODO: Undo this before merging!!!
+ self.verbose = ProcessInfo.processInfo.environment["VERBOSE_TESTS"] == "true"
33
}
34
35
override func tearDown() {
0 commit comments