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.
2 parents 67bbd48 + 27b892b commit b1c9995Copy full SHA for b1c9995
tests/integration/standard/test_client_warnings.py
@@ -24,10 +24,7 @@
24
def setup_module():
25
use_singledc()
26
27
-
28
-# Failing with scylla because there is no warning message when changing the value of 'batch_size_warn_threshold_in_kb'
29
-# config")
30
-@xfail_scylla('Empty warnings: TypeError: object of type \'NoneType\' has no len()')
+@xfail_scylla('scylladb/scylladb#10196 - scylla does not report warnings')
31
class ClientWarningTests(unittest.TestCase):
32
33
@classmethod
0 commit comments