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 a546dd3 commit 7cb82b1Copy full SHA for 7cb82b1
tests/test_eventhub_functions.py
@@ -1,5 +1,6 @@
1
import json
2
import time
3
+import unittest
4
5
from azure.functions_worker import protos
6
from azure.functions_worker import testutils
@@ -11,6 +12,7 @@ class TestEventHubFunctions(testutils.WebHostTestCase):
11
12
def get_script_dir(cls):
13
return 'eventhub_functions'
14
15
+ @unittest.skip("Seems to be very unstable on CI")
16
def test_eventhub_trigger(self):
17
data = str(round(time.time()))
18
doc = {'id': data}
0 commit comments