Skip to content

Commit

Permalink
ignore system memory in comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Nov 17, 2023
1 parent d45d0da commit 52a70fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/live_cluster/test_collectinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TestCollectinfo(asynctest.TestCase):
CMDS = [
("info network", ["Uptime", "Client Conns"], None),
("info namespace object", [], None),
("info namespace usage", [], None),
("info namespace usage", ["System Memory"], None),
("info set", [], None),
("info xdr", ["Lag (hh:mm:ss)"], None),
("info sindex", [], None),
Expand Down

0 comments on commit 52a70fb

Please sign in to comment.