From eac6d0aa405d40c5e53b8b6fdd9abd6b70f7af20 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 7 Jun 2022 12:46:03 +0100 Subject: [PATCH] Remove BridgeTest from release pipeline. --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86075aaa6..38d50ef37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,11 +118,3 @@ mailbox integration test: - cd "$CI_PROJECT_DIR" - bramble-core/src/test/bash/wait-for-mailbox.sh - OPTIONAL_TESTS=org.briarproject.bramble.mailbox.MailboxIntegrationTest ./gradlew --info bramble-core:test --tests MailboxIntegrationTest - -pre_release_tests: - extends: .optional_tests - script: - - OPTIONAL_TESTS=org.briarproject.bramble.plugin.tor.BridgeTest ./gradlew --info bramble-java:test --tests BridgeTest - timeout: 3h - only: - - tags