We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcfe3f commit 9b39be5Copy full SHA for 9b39be5
cabal-install/tests/IntegrationTests2.hs
@@ -1442,8 +1442,11 @@ testBuildLocalTarball config = do
1442
1443
-- | See <https://github.com/haskell/cabal/issues/3324>
1444
--
1445
+-- This test just doesn't seem to work on Windows,
1446
+-- due filesystem woes.
1447
+--
1448
testRegressionIssue3324 :: ProjectConfig -> Assertion
-testRegressionIssue3324 config = do
1449
+testRegressionIssue3324 config = when (buildOS /= Windows) $ do
1450
-- expected failure first time due to missing dep
1451
(plan1, res1) <- executePlan =<< planProject testdir config
1452
(_pkgq, failure) <- expectPackageFailed plan1 res1 "q-0.1"
0 commit comments