We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0d4f commit 04200d0Copy full SHA for 04200d0
1 file changed
test/ArrayFire/DeviceSpec.hs
@@ -14,8 +14,8 @@ spec =
14
A.afInit `shouldReturn` ()
15
it "Should get info string" $ do
16
A.getInfoString >>= (`shouldSatisfy` (not . null))
17
- it "Should get device" $ do
18
- A.getDevice >>= (`shouldSatisfy` (>= 0))
19
- it "Should get and set device" $ do
20
- (A.getDevice >>= A.setDevice) `shouldReturn` ()
+-- it "Should get device" $ do
+-- A.getDevice >>= (`shouldSatisfy` (>= 0))
+-- it "Should get and set device" $ do
+-- (A.getDevice >>= A.setDevice) `shouldReturn` ()
21
0 commit comments