Skip to content

Commit

Permalink
Disable flake index-state related tests, which often fail to curl
Browse files Browse the repository at this point in the history
Tracking ticket #9530
  • Loading branch information
ulysses4ever committed Jan 7, 2024
1 parent ef8ab97 commit 86ade93
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 86ade93

Please sign in to comment.