diff --git a/.github/workflows/tquic-integration.yml b/.github/workflows/tquic-integration.yml index 0e61a9c8..aba03618 100644 --- a/.github/workflows/tquic-integration.yml +++ b/.github/workflows/tquic-integration.yml @@ -23,8 +23,3 @@ jobs: run: | cd tools/tests/ bash ./tquic_tools_test.sh -b ../../target/release/ -t multipath_redundant,multipath_minrtt,multipath_roundrobin -f 1000M -p 5 - - name: Run integration tests for disable_1rtt_encryption - run: | - cd tools/tests/ - bash ./tquic_tools_test.sh -b ../../target/release/ -t multipath_roundrobin -c '~~disable-encryption' -s '~~disable-encryption' -