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

Commit 1ce7f10

Browse files
authored
fix bw Tests (#219)
1 parent 02b2b07 commit 1ce7f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ task testBlueCI(type: Test) {
3030
exclude '**/IBMPythonActionDB2Tests*'
3131
}
3232
task testBlueDeployment(type: Test) {
33-
exclude 'actionContainers/**'
33+
// First Exclude all tests then include Integration and System tests
34+
exclude '**/IBMPython*'
35+
include 'integration/*IBMPython3*'
36+
include 'system/*IBMPython3*'
3437
}
3538

3639
dependencies {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy