Skip to content

Commit edfaba0

Browse files
authored
Merge pull request #10021 from owenv/owenv/testfix
fuzzer test failure is nondeterministic on AL2
2 parents 770f14b + 3b0e856 commit edfaba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FunctionalTests/MiscellaneousTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ struct MiscellaneousTestCase {
13071307
.skipHostOS(.windows, "libFuzzer is not included in the Windows distribution"),
13081308
)
13091309
func libFuzzerSupport() async throws {
1310-
try await withKnownIssue {
1310+
try await withKnownIssue(isIntermittent: true) {
13111311
let configuration = BuildConfiguration.debug
13121312
try await fixture(name: "Miscellaneous/Fuzzer") { fixturePath in
13131313
let (stdout, stderr) = try await executeSwiftRun(

0 commit comments

Comments
 (0)