From b89d8c49a33b5a0891a0d3070074b7d559706548 Mon Sep 17 00:00:00 2001 From: Eddy Ashton Date: Thu, 10 Oct 2019 09:19:40 +0100 Subject: [PATCH] Disable test_TCP_with_delay (#428) * Disable test_TCP_with_delay * Add TODO comment --- .azure-pipelines-no-sgx.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines-no-sgx.yml b/.azure-pipelines-no-sgx.yml index 9672227a5..4d8d26c78 100644 --- a/.azure-pipelines-no-sgx.yml +++ b/.azure-pipelines-no-sgx.yml @@ -142,10 +142,13 @@ jobs: displayName: Ninja workingDirectory: build + # TODO: The -E argument should be removed once this test passes consistently. + # Current investigation is in PR #424 - script: | - ./tests.sh -VV --timeout 240 --no-compress-output -T Test + ./tests.sh -VV --timeout 240 --no-compress-output -T Test -E test_TCP_with_delay displayName: CTest workingDirectory: build + - script: 'xsltproc --stringparam suiteName "$(Agent.MachineName) SGX" ../tests/infra/ctest_to_junit.xslt Testing/*/Test.xml > JUnit.xml' displayName: XSLT workingDirectory: build