Skip to content
Snippets Groups Projects
Unverified Commit 50d9f9cf authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10035 from bacchanalia/zz/fix-flaky-tests

PackageTests/NewUpdate: fix skipping flaky tests
parents 93f4c0d9 5d3b8a0c
No related branches found
No related tags found
No related merge requests found
Pipeline #95391 passed
import Test.Cabal.Prelude
import Data.List (isPrefixOf)
main = cabalTest $ withProjectFile "cabal.project" $ withRemoteRepo "repo" $ do
main = cabalTest $ do
skip "Flaky test failing in `curl`, see #9530"
testBody
testBody = withProjectFile "cabal.project" $ withRemoteRepo "repo" $ do
output <- last
. words
. head
......
import Test.Cabal.Prelude
main = cabalTest $ withRemoteRepo "repo" $ do
main = cabalTest $ do
skip "Flaky test failing in `curl`, see #9530"
testBody
testBody = withRemoteRepo "repo" $ do
-- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment