Skip to content

Commit 36a0ec9

Browse files
committed
skip simnet tests for now
1 parent f3ff686 commit 36a0ec9

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,14 +315,14 @@ jobs:
315315

316316
- uses: Swatinem/rust-cache@v2
317317

318-
- name: Run Simnet Tests
319-
run: |
320-
# build hyperbridge binary
321-
cargo build -p hyperbridge --release
322-
./target/release/hyperbridge simnode --chain=gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --rpc-cors=all --unsafe-rpc-external --rpc-methods=unsafe &
323-
./scripts/wait_for_tcp_port_opening.sh localhost 9990
324-
cargo test -p simtests -- --nocapture --ignored --test-threads=1
325-
kill -9 $!
318+
# - name: Run Simnet Tests
319+
# run: |
320+
# # build hyperbridge binary
321+
# cargo build -p hyperbridge --release
322+
# ./target/release/hyperbridge simnode --chain=gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --rpc-cors=all --unsafe-rpc-external --rpc-methods=unsafe &
323+
# ./scripts/wait_for_tcp_port_opening.sh localhost 9990
324+
# cargo test -p simtests -- --nocapture --ignored --test-threads=1
325+
# kill -9 $!
326326

327327
- name: Run Parachain Devnet
328328
run: |

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)