Skip to content

Commit 48efdfd

Browse files
committed
experiment 2
1 parent 54adb32 commit 48efdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bwc/test_upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
361361
SUPPORTED_VERSIONS = (
362362
VersionDef('2.3.x', []),
363363
VersionDef('3.3.x', []),
364-
VersionDef('branch:jeeminso/temp-10', [])
364+
VersionDef('latest-nightly', [])
365365
)
366366

367367
def test_metadata_compatibility(self):
368-
nodes = 3
368+
nodes = 1
369369

370370
cluster = self._new_cluster(
371371
self.SUPPORTED_VERSIONS[0].version,

0 commit comments

Comments
 (0)