[Git][haskell-team/DHG_packages][master] conduit-extra: Skip flaky test
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Feb 13 01:36:00 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
730c60a1 by Scott Talbert at 2026-02-12T20:31:38-05:00
conduit-extra: Skip flaky test
- - - - -
3 changed files:
- p/haskell-conduit-extra/debian/changelog
- + p/haskell-conduit-extra/debian/patches/series
- + p/haskell-conduit-extra/debian/patches/skip-flaky-tests
Changes:
=====================================
p/haskell-conduit-extra/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-conduit-extra (1.3.8-2) unstable; urgency=medium
+
+ * Skip flaky test (Closes: #1127735)
+
+ -- Scott Talbert <swt at techie.net> Thu, 12 Feb 2026 20:19:40 -0500
+
haskell-conduit-extra (1.3.8-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-conduit-extra/debian/patches/series
=====================================
@@ -0,0 +1 @@
+skip-flaky-tests
=====================================
p/haskell-conduit-extra/debian/patches/skip-flaky-tests
=====================================
@@ -0,0 +1,15 @@
+Index: b/test/Data/Conduit/Process/TypedSpec.hs
+===================================================================
+--- a/test/Data/Conduit/Process/TypedSpec.hs
++++ b/test/Data/Conduit/Process/TypedSpec.hs
+@@ -22,10 +22,3 @@ spec = do
+ bss <- withLoggedProcess_ pc $ \p ->
+ runConduit (getStdout p .| CL.consume) <* waitExitCode p
+ B.concat bss `shouldBe` bs
+- it "failing process throws" $ do
+- (withLoggedProcess_ (proc "cat" ["does not exist"]) $ \p -> do
+- runConduit $ getStdout p .| CL.mapM_ (error "shouldn't have data"))
+- `shouldThrow` anyException
+- it "failing process throws" $ do
+- (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
+- `shouldThrow` anyException
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/730c60a15fab3e4cb2af84f581dbab1340b1fbca
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/730c60a15fab3e4cb2af84f581dbab1340b1fbca
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260213/d4d10924/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list