diff --git a/.github/workflows/End2EndTestApache.yml b/.github/workflows/End2EndTestApache.yml index 34812c166..3162459d5 100644 --- a/.github/workflows/End2EndTestApache.yml +++ b/.github/workflows/End2EndTestApache.yml @@ -51,19 +51,19 @@ jobs: sudo apt-get -y install jq vim sudo apt-get -y install protobuf-compiler - - name: Install Squid as Proxy Server and Apache Utils for Password Authentication - run: | - sudo apt-get update - sudo apt-get -y install squid3 - sudo apt-get install apache2-utils - - - name: Change squid config and run Proxy Server - run: | - sudo touch /etc/squid/passwords - sudo chmod 777 /etc/squid/passwords - sudo htpasswd -db -c /etc/squid/passwords admin test - sudo mv .github/scripts/squid.conf /etc/squid/squid.conf - sudo service squid start +# - name: Install Squid as Proxy Server and Apache Utils for Password Authentication +# run: | +# sudo apt-get update +# sudo apt-get -y install squid3 +# sudo apt-get install apache2-utils +# +# - name: Change squid config and run Proxy Server +# run: | +# sudo touch /etc/squid/passwords +# sudo chmod 777 /etc/squid/passwords +# sudo htpasswd -db -c /etc/squid/passwords admin test +# sudo mv .github/scripts/squid.conf /etc/squid/squid.conf +# sudo service squid start - name: Build with Unit Test for Apache env: diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index fd88201e9..0e3490bf8 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -47,19 +47,19 @@ jobs: sudo apt-get -y install jq vim sudo apt-get -y install protobuf-compiler - - name: Install Squid as Proxy Server and Apache Utils for Password Authentication - run: | - sudo apt-get update - sudo apt-get -y install squid3 - sudo apt-get install apache2-utils - - - name: Change squid config and run Proxy Server - run: | - sudo touch /etc/squid/passwords - sudo chmod 777 /etc/squid/passwords - sudo htpasswd -db -c /etc/squid/passwords admin test - sudo mv .github/scripts/squid.conf /etc/squid/squid.conf - sudo service squid start +# - name: Install Squid as Proxy Server and Apache Utils for Password Authentication +# run: | +# sudo apt-get update +# sudo apt-get -y install squid3 +# sudo apt-get install apache2-utils +# +# - name: Change squid config and run Proxy Server +# run: | +# sudo touch /etc/squid/passwords +# sudo chmod 777 /etc/squid/passwords +# sudo htpasswd -db -c /etc/squid/passwords admin test +# sudo mv .github/scripts/squid.conf /etc/squid/squid.conf +# sudo service squid start - name: Build with Unit and Integration Test against Snowflake Cloud in ${{ matrix.snowflake_cloud }} env: