Skip to content

Commit

Permalink
Merge pull request #9593 from haskell/disable-flaky-tests-curl
Browse files Browse the repository at this point in the history
Disable flaky index-state related tests, which often fail to `curl`
  • Loading branch information
mergify[bot] authored Jan 7, 2024
2 parents ef8ab97 + 86ade93 commit 47627e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import Test.Cabal.Prelude
import Data.List (isPrefixOf)

main = cabalTest $ withProjectFile "cabal.project" $ withRemoteRepo "repo" $ do

skip "Flaky test failing in `curl`, see #9530"

output <- last
. words
. head
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import Test.Cabal.Prelude

main = cabalTest $ withRemoteRepo "repo" $ do

skip "Flaky test failing in `curl`, see #9530"

-- The _first_ update call causes a warning about missing mirrors, the warning
-- is platform-dependent and it's not part of the test expectations, so we
-- check the output manually.
Expand Down

0 comments on commit 47627e4

Please sign in to comment.