diff options
author | Brian Behlendorf <[email protected]> | 2019-07-29 12:46:56 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-29 12:46:56 -0700 |
commit | 1e620c98727a5a5cff1af70fef9bc25626b4e9d8 (patch) | |
tree | 43622e36531e85eb091c8950ba5a1b317ab64d88 /configure.ac | |
parent | adf495e23982f2f94b468806fa059358fcab0c88 (diff) |
Revert "Develop tests for issues #5866 and #8858"
This reverts commit 693c1fc478cc8118dd0168c4815c0ae3be41c9c3. This
change resulted in a kmem leak being observed in existing code which
needs to be identified and addressed.
Reviewed-by: Paul Zuchowski <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #8978
Closes #9090
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index da25b521e..0522185e4 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,6 @@ AC_CONFIG_FILES([ tests/zfs-tests/cmd/mmap_libaio/Makefile tests/zfs-tests/cmd/mmapwrite/Makefile tests/zfs-tests/cmd/nvlist_to_lua/Makefile - tests/zfs-tests/cmd/online_recv/Makefile tests/zfs-tests/cmd/randfree_file/Makefile tests/zfs-tests/cmd/randwritecomp/Makefile tests/zfs-tests/cmd/readmmap/Makefile @@ -345,7 +344,6 @@ AC_CONFIG_FILES([ tests/zfs-tests/tests/functional/vdev_zaps/Makefile tests/zfs-tests/tests/functional/write_dirs/Makefile tests/zfs-tests/tests/functional/xattr/Makefile - tests/zfs-tests/tests/functional/xattr/blockfiles/Makefile tests/zfs-tests/tests/functional/zvol/Makefile tests/zfs-tests/tests/functional/zvol/zvol_cli/Makefile tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/Makefile |