Skip to content

Commit 2fe399d

Browse files
remove quic test
1 parent f9d3a91 commit 2fe399d

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ jobs:
9494
export LD_LIBRARY_PATH="/tmp/local/lib"
9595
make test_examples
9696
97-
- name: Test examples with QUIC
98-
run: |
99-
export LD_LIBRARY_PATH="/tmp/local/lib"
100-
make test_examples_quic
101-
10297
fmt:
10398
name: Check code format
10499
runs-on: ubuntu-latest

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,3 @@ test:
5252
.PHONY: test_examples
5353
test_examples:
5454
python3 tests/test_examples.py $(BIN_DIR)
55-
56-
# Run examples tests QUIC
57-
.PHONY: test_examples_quic
58-
test_examples_quic:
59-
python3 tests/test_examples.py -l "quic/localhost:7449" -e "quic/localhost:7449" -c tests/quic.json5 $(BIN_DIR)

0 commit comments

Comments
 (0)