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:
Mike Fleetwood 2021-02-21 11:50:25 +00:00 committed by Curtis Gedak
parent 7dbf0691f1
commit b711bcbfd5
1 changed files with 0 additions and 3 deletions

View File

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