Skip to content

Commit f3ed4f6

Browse files
k0machifruch
authored andcommitted
scylla-3.x: Ignore ReconnectionTest
One of the tests in this class uses an unsupported option and the ScyllaSkip annotation seems to first skip, then fail the test anyway due to this. Closes #41 Closes #34
1 parent 59a3c10 commit f3ed4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions/scylla/3.11.2.4/ignore.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ tests:
77

88
# using 2 node cluster, and stopping one, isn't supported by scylla since raft
99
- SchemaChangesCCTest #should_receive_changes_made_while_control_connection_is_down_on_reconnect
10+
11+
# as ScyllaSkip mark doesn't seem to function correctly (skipping, but then failing the test again anyway)
12+
# the class is disabled due to unsupported options used for Scylla (should_keep_reconnecting_on_authentication_error)
13+
- ReconnectionTest

0 commit comments

Comments
 (0)