Skip to content

Commit 6f47da2

Browse files
authored
disable jsoup exploration tests (#10433)
1 parent ac269c8 commit 6f47da2

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

.gitlab/exploration-tests.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,26 @@ build-exploration-tests-image:
4444
- "*_surefire-reports.tar.gz"
4545
- "*_debugger-dumps.tar.gz"
4646

47-
exploration-tests-method-jsoup:
48-
needs: [ build ]
49-
dependencies:
50-
- build
51-
<<: *common-exploration-tests
52-
variables:
53-
PROJECT: jsoup
54-
script:
55-
- ./run-exploration-tests.sh "method" "$PROJECT" "mvn verify" "include_${PROJECT}.txt" "exclude_${PROJECT}.txt"
56-
57-
exploration-tests-line-jsoup:
58-
needs: [ build ]
59-
dependencies:
60-
- build
61-
<<: *common-exploration-tests
62-
variables:
63-
PROJECT: jsoup
64-
script:
65-
- ./run-exploration-tests.sh "line" "$PROJECT" "mvn verify" "include_${PROJECT}.txt" "exclude_${PROJECT}.txt"
47+
# TODO fix them
48+
# exploration-tests-method-jsoup:
49+
# needs: [ build ]
50+
# dependencies:
51+
# - build
52+
# <<: *common-exploration-tests
53+
# variables:
54+
# PROJECT: jsoup
55+
# script:
56+
# - ./run-exploration-tests.sh "method" "$PROJECT" "mvn verify" "include_${PROJECT}.txt" "exclude_${PROJECT}.txt"
57+
#
58+
# exploration-tests-line-jsoup:
59+
# needs: [ build ]
60+
# dependencies:
61+
# - build
62+
# <<: *common-exploration-tests
63+
# variables:
64+
# PROJECT: jsoup
65+
# script:
66+
# - ./run-exploration-tests.sh "line" "$PROJECT" "mvn verify" "include_${PROJECT}.txt" "exclude_${PROJECT}.txt"
6667

6768
exploration-tests-method-jackson-core:
6869
needs: [ build ]

0 commit comments

Comments
 (0)