Skip to content

Commit 50a54bc

Browse files
committed
Enable hotfix downgrade tests
1 parent 01b1237 commit 50a54bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/bwc/test_hotfix_downgrades.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
class HotfixDowngradeTest(NodeProvider, unittest.TestCase):
88

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-
""")
149
def test_latest_testing_can_be_downgraded_within_hotfix_versions(self):
1510
cluster = self._new_cluster('latest-testing', 2)
1611
cluster.start()

0 commit comments

Comments
 (0)