File: disable-broken-test

package info (click to toggle)
haskell-binary-instances 1.0.0.1-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: haskell: 233; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable broken test
 The "CI Text" is known to fail due to a deficiency in the text library[1].
 Please re-enable this test once text has been fixed.
 .
 [1] https://github.com/haskell/text/issues/277
Bug: https://github.com/phadej/binary-instances/issues/7

--- a/test/Tests.hs
+++ b/test/Tests.hs
@@ -49,7 +49,7 @@
     , roundtripProperty (undefined :: Time.TimeZone)
     , roundtripProperty (undefined :: Time.UTCTime)
     -- case-insensitive & text
-    , roundtripProperty (undefined :: (CI Text))
+    --, roundtripProperty (undefined :: (CI Text))
     -- semigroups / monoids
     , roundtripProperty (undefined :: (Sum Int))
     -- tagged