We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176f92b commit 444e949Copy full SHA for 444e949
tests/test_collection.py
@@ -81,6 +81,8 @@ def test_metadata(self):
81
+ f"{coll} (found: {found_fields_keys}, expected: {expected_fields_keys})",
82
)
83
84
+ # FIXME: Flaky for reasons yet undiscovered
85
+ # Splunk sometimes returns different list than expected
86
def test_list(self):
87
for coll_name in collections:
88
coll = getattr(self.service, coll_name)
0 commit comments