Skip to content

Commit 04cff5e

Browse files
RazvanLiviuVarzarugrooverdan
authored andcommitted
MDBF-1208: Disable SSL tests
Better re-enable them once MDEV-39318 shows progress.
1 parent b8bc9b8 commit 04cff5e

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

constants.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,14 @@
8989
"amd64-ubuntu-2204-debug",
9090
"s390x-sles-1506",
9191
]
92-
BUILDERS_SSL_MTR = [
93-
"amd64-fedora-44",
94-
"amd64-rhel-8",
95-
]
92+
93+
# TODO: Re-enable once MDEV-39318 shows signs of progress
94+
# BUILDERS_SSL_MTR = [
95+
# "amd64-fedora-44",
96+
# "amd64-rhel-8",
97+
# ]
98+
99+
BUILDERS_SSL_MTR = []
96100

97101
# Defines branches for which we save packages
98102
SAVED_PACKAGE_BRANCHES = BRANCHES_MAIN + [

0 commit comments

Comments
 (0)