Skip to content

Commit cc8b6f0

Browse files
committed
Disable some tests
1 parent b368088 commit cc8b6f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tests/FrameworkTests/BaselineTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Testing
88
// swiftlint:disable:next blanket_disable_command
99
// swiftlint:disable contains_over_filter_is_empty
1010

11-
@Suite(.rulesRegistered, .temporaryWorkingDirectory)
11+
@Suite(.rulesRegistered, .temporaryWorkingDirectory, .disabled())
1212
struct BaselineTests {
1313
private static let example = """
1414
import Foundation

Tests/FrameworkTests/ConfigurationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ extension ConfigurationTests {
637637
//
638638
// This issue may not be reproducible under normal execution: the cache is in memory, so when a user changes
639639
// the cachePath from command line and re-runs swiftlint, cache is not reused leading to the correct behavior
640-
@Test
640+
@Test(.disabled())
641641
func mainInitWithCachePathAndCachedConfig() {
642642
let configuration1 = Configuration(
643643
configurationFiles: [],

Tests/FrameworkTests/GlobTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Testing
44

55
@testable import SwiftLintFramework
66

7-
@Suite(.workingDirectory(Constants.Dir.level0))
7+
@Suite(.workingDirectory(Constants.Dir.level0), .disabled())
88
struct GlobTests {
99
private var mockPath = FileManager.default.currentDirectoryPath
1010

Tests/FrameworkTests/ReporterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Testing
66
@testable import SwiftLintBuiltInRules
77
@testable import SwiftLintFramework
88

9-
@Suite(.rulesRegistered, .workingDirectory(Constants.Dir.level0))
9+
@Suite(.rulesRegistered, .disabled())
1010
struct ReporterTests {
1111
private let violations = [
1212
StyleViolation(

0 commit comments

Comments
 (0)