Skip to content

Commit 632955a

Browse files
authored
Merge pull request #237 from Lorak-mmk/disable-auth-test
Disable MisconfiguredAuthenticationTests
2 parents eeb6ddc + 6eec22b commit 632955a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/standard/test_authentication_misconfiguration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
# limitations under the License.
1414

1515
import unittest
16+
import pytest
1617

1718
from tests.integration import USE_CASS_EXTERNAL, use_cluster, TestCluster
1819

1920

21+
@pytest.mark.skip(reason="Flaky test - needs investigation whether its Scylla's or driver's fault."
22+
"Issue: https://github.com/scylladb/python-driver/issues/236")
2023
class MisconfiguredAuthenticationTests(unittest.TestCase):
2124
""" One node (not the contact point) has password auth. The rest of the nodes have no auth """
2225
@classmethod

0 commit comments

Comments
 (0)