From 825b3ff55b327679a1a4bf983675e9b7ac33a917 Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Wed, 16 Oct 2024 12:36:52 +0000 Subject: [PATCH] Temporarily disable some integration tests --- .github/workflows/tquic-integration.yml | 5 ----- 1 file changed, 5 deletions(-) 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' -