Remove brittle fdbcli help text snapshot test

This seems to be more trouble than value so far.
This commit is contained in:
Andrew Noyes 2022-02-22 13:32:51 -08:00 committed by Aaron Molitor
parent 24f37aceb7
commit 2e8bce04c6
1 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@ def test_write(linux_container: Container, snapshot):
assert snapshot == linux_container.run(["fdbcli", "--exec", "get x"])
def test_fdbcli_help_text(linux_container: Container, snapshot):
assert snapshot == linux_container.run(["fdbcli", "--help"])
def test_execstack_permissions_libfdb_c(linux_container: Container, snapshot):
linux_container.run(["ldconfig"])
assert snapshot == linux_container.run(