Skip to content

Commit

Permalink
Mark "mutually suspended schemas" test as flaky with retry option (#4323
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gcanti authored Jan 22, 2025
1 parent a9c94c8 commit 00f9a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/effect/test/Schema/Arbitrary/Arbitrary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ details: Generating an Arbitrary for this schema requires at least one enum`)
Util.assertions.arbitrary.validateGeneratedValues(schema)
})

it("mutually suspended schemas", () => {
// flaky test
it("mutually suspended schemas", { retry: 5 }, () => {
interface Expression {
readonly type: "expression"
readonly value: number | Operation
Expand Down

0 comments on commit 00f9a47

Please sign in to comment.