Skip to content

Commit aa9508e

Browse files
committed
Annotate another flaky test
1 parent 0f7d648 commit aa9508e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/searchcommands/test_csc_apps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def test_eventing_app(self):
8181
nonmessages = [d for d in ds if isinstance(d, dict)]
8282
self.assertTrue(len(nonmessages) <= 10)
8383

84+
# FIXME: Flaky - Splunk sometimes crashes, thus the test fails.
85+
# Not sure whose fault it is yet.
8486
def test_generating_app(self):
8587
app_name = "generating_app"
8688

0 commit comments

Comments
 (0)