Skip to content

Commit

Permalink
test: remove references to ic-ref from e2e (#3373)
Browse files Browse the repository at this point in the history
There's no need to specify exclusions for the ic-ref for certain tests, since we aren't running any tests vs ic-ref anymore.
  • Loading branch information
ericswanson-dfinity authored Sep 19, 2023
1 parent 081c0d4 commit 9fcf96e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 27 deletions.
2 changes: 0 additions & 2 deletions e2e/tests-dfx/bitcoin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py

BITCOIN_CANISTER_ID="g4xu7-jiaaa-aaaan-aaaaq-cai"

setup() {
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests-dfx/canister_http.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py

setup() {
standard_setup
}
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests-dfx/dfx_install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py

setup() {
standard_setup
}
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests-dfx/leak.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py

setup() {
standard_setup

Expand Down
3 changes: 0 additions & 3 deletions e2e/tests-dfx/ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py


setup() {
standard_setup
install_asset ledger
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests-dfx/new.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py

setup() {
standard_setup
}
Expand Down
3 changes: 0 additions & 3 deletions e2e/tests-dfx/signals.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

load ../utils/_

# All tests in this file are skipped for ic-ref. See scripts/workflows/e2e-matrix.py


setup() {
standard_setup

Expand Down
12 changes: 1 addition & 11 deletions scripts/workflows/e2e-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@ def test_scripts(prefix):
matrix = {
"test": test,
"backend": ["replica"],
"os": ["macos-12", "ubuntu-20.04"],
"exclude": [
{"backend": "ic-ref", "test": "dfx/bitcoin"},
{"backend": "ic-ref", "test": "dfx/canister_http"},
{"backend": "ic-ref", "test": "dfx/dfx_install"},
{"backend": "ic-ref", "test": "dfx/leak"},
{"backend": "ic-ref", "test": "dfx/ledger"},
{"backend": "ic-ref", "test": "dfx/new"},
{"backend": "ic-ref", "test": "dfx/print"},
{"backend": "ic-ref", "test": "dfx/signals"},
],
"os": ["macos-12", "ubuntu-20.04"]
}

print(json.dumps(matrix))

0 comments on commit 9fcf96e

Please sign in to comment.