Re-enable PipeCapture read NUL byte unit tests in GitLab CI jobs (#136)
This reverts commit:
e9223207e6
.
Exclude PipeCapture read NUL byte unit tests in GitLab CI jobs (!60)
now that PipeCapture has been fixed to read NUL characters again.
Closes #136 - 1.2.0: test suite is failing in test_PipeCapture
This commit is contained in:
parent
7dbf0691f1
commit
b711bcbfd5
|
@ -79,9 +79,6 @@ stages:
|
|||
- GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndGrow/xfs'
|
||||
- GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndShrink/btrfs'
|
||||
- GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndShrink/lvm2pv'
|
||||
# Exclude failing PipeCapture read NUL byte unit tests.
|
||||
- GTEST_FILTER+=':PipeCaptureTest.ReadEmbeddedNULCharacter'
|
||||
- GTEST_FILTER+=':PipeCaptureTest.ReadNULByteInMiddleOfMultiByteUTF8Character'
|
||||
# Create needed /dev entries for unit tests in Docker images.
|
||||
- tests/makedev.sh
|
||||
- make check
|
||||
|
|
Loading…
Reference in New Issue