Skip to content

Commit

Permalink
Merge pull request #237 from Lorak-mmk/disable-auth-test
Browse files Browse the repository at this point in the history
Disable MisconfiguredAuthenticationTests
  • Loading branch information
avelanarius authored Jun 30, 2023
2 parents eeb6ddc + 6eec22b commit 632955a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
# limitations under the License.

import unittest
import pytest

from tests.integration import USE_CASS_EXTERNAL, use_cluster, TestCluster


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

0 comments on commit 632955a

Please sign in to comment.