Skip to content

Commit

Permalink
Disable S3 tests due to recent failures
Browse files Browse the repository at this point in the history
It looks like SSL Verify = NO doesn't work for 10.5
https://buildbot.mariadb.org/#/builders/369/builds/26765/steps/13/logs/stdio

Will disable S3 tests until we figure it out.
  • Loading branch information
RazvanLiviuVarzaru committed Dec 10, 2024
1 parent e683359 commit 6b5fc17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
"ppc64le-ubuntu-2204",
"amd64-freebsd-14",
]
builders_s3_mtr = [
"amd64-ubuntu-2004-debug",
"s390x-sles-1506",
]
builders_s3_mtr = []

# Defines branches for which we save packages
savedPackageBranches = branches_main + [
Expand Down

0 comments on commit 6b5fc17

Please sign in to comment.