зеркало из https://github.com/microsoft/CCF.git
Disable test_TCP_with_delay (#428)
* Disable test_TCP_with_delay * Add TODO comment
This commit is contained in:
Родитель
f50568085b
Коммит
b89d8c49a3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче