Skip to content

Commit

Permalink
recent history tests are fixed now (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Aug 28, 2024
1 parent 691a692 commit f3f0501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions JAMTests/Tests/JAMTests/RecentHistoryTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ struct RecentHistoryTests {
workReportHashes: ConfigLimitedSizeArray(config: config, array: testcase.input.workPackages)
)

withKnownIssue("need to figure out why the hash generation doesn't match", isIntermittent: true) {
#expect(state == testcase.postState)
}
#expect(state == testcase.postState)
}
}
2 changes: 1 addition & 1 deletion JAMTests/jamtestvectors

0 comments on commit f3f0501

Please sign in to comment.