Commit f9bb1e1
committed
Remove redundant skip decorators for broadcast_rpc_port tests
The skip decorators referencing issue #121 were unnecessary because:
- test_control_connection_port_discovery: Already has @greaterthanorequalcass40
which skips for Scylla (mapped to Cassandra 3.11.4)
- test_single_interface: The entire class has @greaterthanorequalcass40
- test_host_addresses: Port assertions are conditional on CASSANDRA_VERSION >= 4.0
Since Scylla's CASSANDRA_VERSION defaults to 3.11.4, these version checks
already prevent the port-related assertions from running on Scylla.
Fixes: #1211 parent 237d269 commit f9bb1e1
3 files changed
Lines changed: 0 additions & 6 deletions
File tree
- tests/integration/standard
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
0 commit comments