Skip to content

Commit 7342e4c

Browse files
committed
skip localnet validators tests for now
1 parent e72010e commit 7342e4c

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/test-localnet-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
nohup python3 -m multiversx_sdk_cli.cli localnet start --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml > localnet.log 2>&1 & echo $! > localnet.pid
5353
sleep 120
5454
55-
- name: Test localnet dependent tests
56-
run: |
57-
pytest -m require_localnet .
58-
python3 -m multiversx_sdk_cli.cli localnet clean --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml
55+
# - name: Test localnet dependent tests
56+
# run: |
57+
# pytest -m require_localnet .
58+
# python3 -m multiversx_sdk_cli.cli localnet clean --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml

multiversx_sdk_cli/tests/test_cli_validators_localnet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
from multiversx_sdk_cli.cli import main
66

77
testdata_path = Path(__file__).parent / "testdata"
8-
testdata_out = Path(__file__).parent / "testdata-out"
98

10-
proxy_url = "http://localhost:7950/network/config"
119
alice_pem = testdata_path / "alice.pem"
1210
reward_address = "erd1k2s324ww2g0yj38qn2ch2jwctdy8mnfxep94q9arncc6xecg3xaq6mjse8"
1311
bls_key = "e7beaa95b3877f47348df4dd1cb578a4f7cabf7a20bfeefe5cdd263878ff132b765e04fef6f40c93512b666c47ed7719b8902f6c922c04247989b7137e837cc81a62e54712471c97a2ddab75aa9c2f58f813ed4c0fa722bde0ab718bff382208"

0 commit comments

Comments
 (0)