Skip to content

Commit

Permalink
e2e_gnosis_dex mute (#4701)
Browse files Browse the repository at this point in the history
* e2e_gnosis_dex mute until #4436 closed
  • Loading branch information
jdevcs committed Jan 18, 2022
1 parent 1e93729 commit 1308c3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
'e2e_browsers',
'e2e_ganache',
'e2e_mosaic',
'e2e_gnosis_dex',
#'e2e_gnosis_dex',
]
env:
TEST: ${{ matrix.testCmd }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -503,3 +503,6 @@ Released with 1.0.0-beta.37 code base.
- Added effectiveGasPrice to TransactionReceipt (#4692)
- Correction in documentation for `web3.eth.accounts.signTransaction` (#4576)
- Updated README to include Webpack 5 create-react-app support instructions (#4173)

### Changed
- Muted E2E gnosis dex tests in CI until fix for issue #4436 is applied (#4701)
10 changes: 5 additions & 5 deletions scripts/ci.sh
Expand Up @@ -56,11 +56,11 @@ elif [ "$TEST" = "e2e_ganache" ]; then
npm run test:e2e:publish
npm run test:e2e:ganache:core

elif [ "$TEST" = "e2e_gnosis_dex" ]; then

npm run test:e2e:publish
npm run test:e2e:gnosis:dex

#elif [ "$TEST" = "e2e_gnosis_dex" ]; then
#
# npm run test:e2e:publish
# npm run test:e2e:gnosis:dex
#
elif [ "$TEST" = "eth2" ]; then

bash ./scripts/eth2.sh
Expand Down

0 comments on commit 1308c3c

Please sign in to comment.