This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 941772d  Skip offheap for test_13691
941772d is described below

commit 941772dedd8cff44c32140dd2964dd18374ad419
Author: Brandon Williams <[email protected]>
AuthorDate: Tue Feb 15 16:58:38 2022 -0600

    Skip offheap for test_13691
    
    Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17387
---
 counter_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counter_test.py b/counter_test.py
index b596874..a4f80ef 100644
--- a/counter_test.py
+++ b/counter_test.py
@@ -18,6 +18,7 @@ logger = logging.getLogger(__name__)
 class TestCounters(Tester):
 
     @since('3.0', max_version='3.12')
+    @pytest.mark.no_offheap_memtables
     def test_13691(self):
         """
         2.0 -> 2.1 -> 3.0 counters upgrade test

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to