Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/SWBCoreTests/SettingsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5073,7 +5073,7 @@ import SWBMacro
/// Test that we can look up different `Settings` objects the caching in the `BuildRequestContext` works.
///
/// In particular this checks whether looking up `Settings` with the same parameters and purpose returns the same object each time, and that looking up similar but slightly different `Settings` will not return the wrong one. This way we can test, for example, that changes to the `SettingsCacheKey` work as expected.
@Test
@Test(.flaky("Intermittent failures in Swift CI"))
func settingsCaching() async throws {
let testWorkspace = try await TestWorkspace(
"Workspace",
Expand Down
2 changes: 1 addition & 1 deletion Tests/SWBUtilTests/FileHandleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import SystemPackage
#endif

@Suite fileprivate struct FileHandleTests {
@Test(.skipHostOS(.freebsd, "Currently crashes on FreeBSD"))
@Test(.flaky("Intermittent failures in Swift CI"), .skipHostOS(.freebsd, "Currently crashes on FreeBSD"))
func asyncReadFileDescriptor() async throws {
let fs = localFS
try await withTemporaryDirectory(fs: fs) { testDataPath in
Expand Down
Loading