Skip to content

Commit 79038f8

Browse files
authored
Disabling PreviewServerTests due to networking (#28)
We shouldn't be making network calls or accessing the temp directories in CI tests.
1 parent 0b27c07 commit 79038f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Tests/SwiftDocCUtilitiesTests/PreviewServer/PreviewServerTests.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ import Foundation
1717
@testable import NIO
1818
@testable import NIOHTTP1
1919

20-
class PreviewServerTests: XCTestCase {
20+
// 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 {
2127

2228
func testPreviewServerBeforeStarted() throws {
2329
// Create test content

0 commit comments

Comments
 (0)