Skip to content

Commit 444e949

Browse files
committed
Annotate flaky test in test_collection.py
1 parent 176f92b commit 444e949

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_collection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def test_metadata(self):
8181
+ f"{coll} (found: {found_fields_keys}, expected: {expected_fields_keys})",
8282
)
8383

84+
# FIXME: Flaky for reasons yet undiscovered
85+
# Splunk sometimes returns different list than expected
8486
def test_list(self):
8587
for coll_name in collections:
8688
coll = getattr(self.service, coll_name)

0 commit comments

Comments
 (0)