Skip to content

Commit b1c9995

Browse files
authored
Merge pull request #367 from scylladb/dk/populate-issue-number-for_test_client_warnings
Populate issue number for test client warnings
2 parents 67bbd48 + 27b892b commit b1c9995

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)