Skip to content

Commit 7d02a43

Browse files
authored
Add non clustered 5.26 run to TC (#672)
Certain tests are skipped on clustered test runs, which may lead to bugs slipping through the cracks if only clustered tests are run on 5.26.
1 parent e19243f commit 7d02a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def generate_tc_config(
127127
for (version_, docker_tag, enterprise_, cluster_, scheme_, stress)
128128
in (
129129
# nightly build of official backwards-compatible version(s)
130+
("5.26", "5", True, False, "neo4j", 0),
130131
("5.26", "5", True, True, "neo4j", 60),
131132
# nightly build of matching version(s)
132133
("2025.dev", "2025", False, False, "bolt", 0),

0 commit comments

Comments
 (0)