Skip to content

Commit

Permalink
Re-enable DeterministicTrivial
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Jul 24, 2024
1 parent 9c37a2b commit f364868
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ main = cabalTest $ do
known <- liftIO (BS.readFile knownSdist)
unknown <- liftIO (BS.readFile mySdist)

skipIf "#8356" True -- bogus, just to indicate that the test is skipped
assertEqual "hashes didn't match for sdist" True True
-- assertEqual "hashes didn't match for sdist" (BS16.encode $ SHA256.hash known) (BS16.encode $ SHA256.hash unknown)

0 comments on commit f364868

Please sign in to comment.