Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 2893921

Browse files
authored
Remove swift:4.1 tests from testBlueDeployment. (#76)
1 parent 497dd3a commit 2893921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ task testBlueCI(type: Test) {
3030
task testBlueDeployment(type: Test) {
3131
include 'runtime/integration/**'
3232
include 'runtime/system/**'
33+
34+
// Exclude the swift:4.1 tests as it is deprecated for the blueDeployment.
35+
// Once swift:4.1 is fully removed from this repo, the exclude can also be removed.
36+
exclude '**/*Swift41*'
3337
}
3438

3539
task testSDK(type: Test) {

0 commit comments

Comments
 (0)