Skip to content

Commit

Permalink
Populate issue number to test_client_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Aug 15, 2024
1 parent 7e0b02d commit 27b892b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration/standard/test_client_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
def setup_module():
use_singledc()


# Failing with scylla because there is no warning message when changing the value of 'batch_size_warn_threshold_in_kb'
# config")
@xfail_scylla('Empty warnings: TypeError: object of type \'NoneType\' has no len()')
@xfail_scylla('scylladb/scylladb#10196 - scylla does not report warnings')
class ClientWarningTests(unittest.TestCase):

@classmethod
Expand Down

0 comments on commit 27b892b

Please sign in to comment.