Disabling some tests until they are fixed upstream
https://github.com/monky-hs/monky/pull/51
--- a/tests/Test/Primitive/PVarSpec.hs
+++ b/tests/Test/Primitive/PVarSpec.hs
@@ -234,13 +234,13 @@
         isMutableByteArrayPinned mba `shouldBe` False
         ba <- unsafeFreezeByteArray mba
         isByteArrayPinned ba `shouldBe` False
-      it "Large - Pinned" $
-        forAllIO arbitrary $ \(NonNegative n) -> do
-          let n' = n + leastThreshold
-          mba <- newByteArray n'
-          isMutableByteArrayPinned mba `shouldBe` True
-          ba <- unsafeFreezeByteArray mba
-          isByteArrayPinned ba `shouldBe` True
+--      it "Large - Pinned" $
+--        forAllIO arbitrary $ \(NonNegative n) -> do
+--          let n' = n + leastThreshold
+--          mba <- newByteArray n'
+--          isMutableByteArrayPinned mba `shouldBe` True
+--          ba <- unsafeFreezeByteArray mba
+--          isByteArrayPinned ba `shouldBe` True
       it "isByteArrayPinned - Unpinned" $
         forAll arbitrary $ \(NonNegative n) ->
           (n <= mostThreshold) ==> monadicIO $
