* Disable test_TCP_with_delay

* Add TODO comment
This commit is contained in:
Eddy Ashton 2019-10-10 09:19:40 +01:00 коммит произвёл GitHub
Родитель f50568085b
Коммит b89d8c49a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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