Skip to content

Commit 561e93d

Browse files
committed
Revert "[FLINK-36332] include http-client to the test matrix for unit tests" based on PR Feedback
This reverts commit 68c7ba9.
1 parent 24cd151 commit 561e93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
strategy:
3232
matrix:
3333
java-version: [ 11, 17, 21 ]
34-
http-client: ["okhttp", "vertx", "jetty", "jdk"]
3534
steps:
3635
- uses: actions/checkout@v4
3736
- name: Set up JDK ${{ matrix.java-version }}
@@ -42,7 +41,7 @@ jobs:
4241
cache: 'maven'
4342
- name: Build with Maven
4443
run: |
45-
mvn -B clean install javadoc:javadoc -Pgenerate-docs -Dfabric8.httpclinent.impl=${{ matrix.httpclient }}
44+
mvn -B clean install javadoc:javadoc -Pgenerate-docs
4645
if [[ $(git diff HEAD | wc -l) -gt 0 ]]; then
4746
echo "Please generate the java doc via 'mvn clean install -DskipTests -Pgenerate-docs' again"
4847
exit 1

0 commit comments

Comments
 (0)