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 0f7d648 commit aa9508eCopy full SHA for aa9508e
tests/searchcommands/test_csc_apps.py
@@ -81,6 +81,8 @@ def test_eventing_app(self):
81
nonmessages = [d for d in ds if isinstance(d, dict)]
82
self.assertTrue(len(nonmessages) <= 10)
83
84
+ # FIXME: Flaky - Splunk sometimes crashes, thus the test fails.
85
+ # Not sure whose fault it is yet.
86
def test_generating_app(self):
87
app_name = "generating_app"
88
0 commit comments