Skip to content

Commit 27b892b

Browse files
committed
Populate issue number to test_client_warnings
1 parent 7e0b02d commit 27b892b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/standard/test_client_warnings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
def setup_module():
2525
use_singledc()
2626

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()')
27+
@xfail_scylla('scylladb/scylladb#10196 - scylla does not report warnings')
3128
class ClientWarningTests(unittest.TestCase):
3229

3330
@classmethod

0 commit comments

Comments
 (0)