Skip to content

Commit 04200d0

Browse files
committed
Comment out device tests
1 parent 85f0d4f commit 04200d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/ArrayFire/DeviceSpec.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec =
1414
A.afInit `shouldReturn` ()
1515
it "Should get info string" $ do
1616
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` ()
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` ()
2121

0 commit comments

Comments
 (0)