Skip to content

Commit

Permalink
temporarily disable SERVER serve in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Nov 14, 2019
1 parent 03be3e3 commit a87dd70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec :: forall t. KnownCommand t => SpecWith (Context t)
spec = do
block0H <- runIO $ T.unpack <$> getBlock0HText
describe "SERVER - cardano-wallet serve [SERIAL]" $ do
pendingWith "Seems to cause some sort of race condition with --coverage"
it "SERVER - Can start cardano-wallet serve --database" $ \_ -> do
withTempDir $ \d -> do
let db = d </> "db-file"
Expand Down

0 comments on commit a87dd70

Please sign in to comment.