Skip to content

Commit d7ccb15

Browse files
committed
[Actions] remove dead code from integration-test
We can always revisit later if needed.From 2021 its there and not in use
1 parent fe8a2de commit d7ccb15

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,3 @@ jobs:
267267
KAFKA_BROKER: 127.0.0.1:9092
268268
POSTGRES_HOST: localhost
269269
PGBOUNCER_HOST: localhost:6432
270-
271-
#- name: Run HTTP push tests
272-
# if: matrix.php == '8.2'
273-
# run: |
274-
# [ -d .phpunit ] && mv .phpunit .phpunit.bak
275-
# wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/vulcain_0.1.3_Linux_x86_64.tar.gz -O - | tar xz && mv vulcain /usr/local/bin
276-
# docker run --rm -e COMPOSER_ROOT_VERSION -v $(pwd):/app -v $(which composer):/usr/local/bin/composer -v $(which vulcain):/usr/local/bin/vulcain -w /app php:8.1-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push
277-
# sudo rm -rf .phpunit
278-
# [ -d .phpunit.bak ] && mv .phpunit.bak .phpunit

0 commit comments

Comments
 (0)