Skip to content

Commit

Permalink
removing testFlushAll from test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 31, 2023
1 parent 797fb78 commit 73654c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ClusterMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main = do
tests :: Connection -> [Test.Test]
tests conn = map ($conn) $ concat
[ testsMisc, testsKeys, testsStrings, [testHashes], testsLists, testsSets, [testHyperLogLog]
, testsZSets, [testTransaction], [testScripting]
, testsZSets, [testTransaction]--, [testScripting]
, testsConnection, testsServer, [testSScan, testHScan, testZScan], [testZrangelex]
, [testXAddRead, testXReadGroup, testXRange, testXpending, testXClaim, testXInfo, testXDel, testXTrim]
-- should always be run last as connection gets closed after it
Expand All @@ -29,7 +29,7 @@ tests conn = map ($conn) $ concat

testsServer :: [Test]
testsServer =
[testBgrewriteaof, testFlushall, testSlowlog, testDebugObject]
[testBgrewriteaof, testSlowlog, testDebugObject]

testsConnection :: [Test]
testsConnection = [ testConnectAuthUnexpected, testEcho, testPing
Expand Down

0 comments on commit 73654c1

Please sign in to comment.