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 0b27c07 commit 79038f8Copy full SHA for 79038f8
Tests/SwiftDocCUtilitiesTests/PreviewServer/PreviewServerTests.swift
@@ -17,7 +17,13 @@ import Foundation
17
@testable import NIO
18
@testable import NIOHTTP1
19
20
-class PreviewServerTests: XCTestCase {
+// rdar85046362
21
+// Disabling this test due to accessing the temp directory and
22
+// making network calls. The temp directories are accessible by all jobs on a
23
+// bot, so they are subject to noise. Network calls are slow and can also be
24
+// very noisy.
25
+// class PreviewServerTests: XCTestCase {
26
+class PreviewServerTests {
27
28
func testPreviewServerBeforeStarted() throws {
29
// Create test content
0 commit comments