Remove brittle fdbcli help text snapshot test
This seems to be more trouble than value so far.
This commit is contained in:
parent
24f37aceb7
commit
2e8bce04c6
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue