Skip to content

Commit

Permalink
Remove Shelley specific transaction CLI tests from Jormungandr
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Sep 23, 2020
1 parent ffeca1d commit 5291da5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/jormungandr/test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ import qualified Test.Integration.Scenario.CLI.Network as NetworkCLI
import qualified Test.Integration.Scenario.CLI.Port as PortCLI
import qualified Test.Integration.Scenario.CLI.Shelley.Addresses as AddressesCLI
import qualified Test.Integration.Scenario.CLI.Shelley.HWWallets as HWWalletsCLI
import qualified Test.Integration.Scenario.CLI.Shelley.Transactions as TransactionsCLI
import qualified Test.Integration.Scenario.CLI.Shelley.Wallets as WalletsCLI

-- | Define the actual executable name for the bridge CLI
Expand All @@ -147,14 +146,13 @@ main = withUtf8Encoding $ withLogging Nothing Info $ \(_, tr) -> do
withCtxOnly $ ByronMigrations.spec @n
withCtxOnly $ HWWallets.spec @n
withCtxOnly $ TransactionsApiJormungandr.spec @n @t
withCtxOnly $ TransactionsCliJormungandr.spec @n @t
withCtxOnly Network.spec
withCtxOnly NetworkJormungandr.spec
StakePoolsApiJormungandr.spec @n

describe "CLI Specifications" $ specWithServer @n tr $ do
withCtxOnly $ AddressesCLI.spec @n @t
withCtxOnly $ TransactionsCLI.spec @n @t
withCtxOnly $ TransactionsCliJormungandr.spec @n @t
withCtxOnly $ WalletsCLI.spec @n @t
withCtxOnly $ HWWalletsCLI.spec @n @t
withCtxOnly $ PortCLI.spec @t
Expand Down

0 comments on commit 5291da5

Please sign in to comment.