We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b1237 commit 50a54bcCopy full SHA for 50a54bc
tests/bwc/test_hotfix_downgrades.py
@@ -6,11 +6,6 @@
6
7
class HotfixDowngradeTest(NodeProvider, unittest.TestCase):
8
9
- @unittest.skip("""
10
- This is expected to fail until CrateDB v4.4.4 is out as all
11
- versions < 4.4.3 won't fully support hotfix version downgrades.
12
- See https://github.com/crate/crate/pull/11103.
13
- """)
14
def test_latest_testing_can_be_downgraded_within_hotfix_versions(self):
15
cluster = self._new_cluster('latest-testing', 2)
16
cluster.start()
0 commit comments