Skip to content

Commit

Permalink
disable the git e2e test due to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Nov 17, 2023
1 parent adba710 commit 45f8b9e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions e2e/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ kind=orm target=mysql:3306 driver=mysql atest run -p test-suite-common.yaml
kind=orm target=mariadb:3306 driver=mysql atest run -p test-suite-common.yaml
kind=etcd target=etcd:2379 atest run -p test-suite-common.yaml
kind=mongodb target=mongo:27017 atest run -p test-suite-common.yaml
if [ -z "$GITEE_TOKEN" ]
then
atest run -p git.yaml
else
echo "found gitee token"
kind=git target=https://gitee.com/linuxsuren/test username=linuxsuren password=$GITEE_TOKEN atest run -p test-suite-common.yaml
fi

# TODO online git repository is unstable, need to fix
# if [ -z "$GITEE_TOKEN" ]
# then
# atest run -p git.yaml
# else
# echo "found gitee token"
# kind=git target=https://gitee.com/linuxsuren/test username=linuxsuren password=$GITEE_TOKEN atest run -p test-suite-common.yaml
# fi

# TODO need to fix below cases
# kind=orm target=postgres:5432 driver=postgres atest run -p test-suite-common.yaml
Expand Down

0 comments on commit 45f8b9e

Please sign in to comment.