Skip to content

Commit 7da41e4

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 eedb784 commit 7da41e4

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
@@ -34,7 +34,6 @@ jobs:
3434
strategy:
3535
matrix:
3636
java-version: [ 11, 17, 21 ]
37-
http-client: ["okhttp", "vertx", "jetty", "jdk"]
3837
steps:
3938
- uses: actions/checkout@v4
4039
- name: Set up JDK ${{ matrix.java-version }}
@@ -45,7 +44,7 @@ jobs:
4544
cache: 'maven'
4645
- name: Build with Maven
4746
run: |
48-
mvn -B clean install javadoc:javadoc -Pgenerate-docs -Dfabric8.httpclinent.impl=${{ matrix.httpclient }}
47+
mvn -B clean install javadoc:javadoc -Pgenerate-docs
4948
if [[ $(git diff HEAD | wc -l) -gt 0 ]]; then
5049
echo "Please generate the java doc via 'mvn clean install -DskipTests -Pgenerate-docs' again"
5150
exit 1

0 commit comments

Comments
 (0)