Skip to content

Commit

Permalink
Merge #2168
Browse files Browse the repository at this point in the history
2168: Remove Shelley specific transaction CLI tests from Jormungandr r=piotr-iohk a=piotr-iohk

# Issue Number

#2020

# Overview

- 5291da5
  Remove Shelley specific transaction CLI tests from Jormungandr



# Comments

Currently `TRANSMETA_CREATE_01 - Transaction with metadata via CLI` fails now on Jormungandr. Jormungandr has it's own (smaller) subset of CLI tx tests (also API tx tests) so, I think, it makes sense to remove core-integration tx CLI tests (which become more and more Shelley specific) from Jormungandr suite.


Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra committed Sep 23, 2020
2 parents 0c9ce88 + 22df990 commit 0772071
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 0772071

Please sign in to comment.