diff options
Diffstat (limited to 'test/Graphics/Fountainhead/MetricsSpec.hs')
| -rw-r--r-- | test/Graphics/Fountainhead/MetricsSpec.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Graphics/Fountainhead/MetricsSpec.hs b/test/Graphics/Fountainhead/MetricsSpec.hs index 63f03cd..57747ef 100644 --- a/test/Graphics/Fountainhead/MetricsSpec.hs +++ b/test/Graphics/Fountainhead/MetricsSpec.hs @@ -9,13 +9,13 @@ module Graphics.Fountainhead.MetricsSpec ) where import Graphics.Fountainhead.Metrics -import Test.Hspec (Spec, describe, it, shouldBe) +import Test.Hspec (Spec, describe, xit, shouldBe) import qualified Data.ByteString as ByteString spec :: Spec spec = describe "collectMetrics" $ - it "collects information from the name table" $ do + xit "collects information from the name table" $ do let fontPath = "./fonts/OpenSans-Bold.ttf" expected = FontDescriptor { fontName = "OpenSansāBold" |
