]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw/kafka: make batch size tests manual 68394/head
authorYuval Lifshitz <ylifshit@ibm.com>
Sun, 26 Apr 2026 07:15:03 +0000 (07:15 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Sun, 26 Apr 2026 07:15:03 +0000 (07:15 +0000)
currently failing in teuthology

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/test/rgw/bucket_notification/test_bn.py

index 974bf68f603796be12e095c670c03d2ddfdc9cd4..84ed5a36258f830dab4238202373b93c88ddc1c2 100644 (file)
@@ -6066,13 +6066,13 @@ def kafka_batch_size(match_batch_size):
         receiver.close(task)
 
 
-@pytest.mark.kafka_test
+@pytest.mark.manual_test
 def test_kafka_batch_size():
     """ test that setting rgw_kafka_max_batch_size limits the batch size sent to kafka """
     kafka_batch_size(match_batch_size=True)
 
 
-@pytest.mark.kafka_test
+@pytest.mark.manual_test
 def test_kafka_batch_size_mismatch():
     """ test that without rgw_kafka_max_batch_size, batched messages exceed the broker limit """
     kafka_batch_size(match_batch_size=False)