Skip to content

Commit 2968a48

Browse files
committed
Undo hardcoding the verbose flag
1 parent bff1f23 commit 2968a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncDNSResolverTests/c-ares/CAresDNSResolverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class CAresDNSResolverTests: XCTestCase {
2929
options.servers = servers
3030

3131
self.resolver = try! CAresDNSResolver(options: options)
32-
self.verbose = true // TODO: Undo this before merging!!!
32+
self.verbose = ProcessInfo.processInfo.environment["VERBOSE_TESTS"] == "true"
3333
}
3434

3535
override func tearDown() {

0 commit comments

Comments
 (0)