Skip to content

Commit

Permalink
CI: skip run tengine test cases. (#2354)
Browse files Browse the repository at this point in the history
Co-authored-by: nic-chen <33000667+nic-chen@users.noreply.github.com>
  • Loading branch information
moonming and nic-chen authored Oct 4, 2020
1 parent 20c670c commit 3e95903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux_tengine_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ script() {
./bin/apisix stop
sleep 1
make lint && make license-check || exit 1
APISIX_ENABLE_LUACOV=1 PERL5LIB=.:$PERL5LIB prove -Itest-nginx/lib -r t
# APISIX_ENABLE_LUACOV=1 PERL5LIB=.:$PERL5LIB prove -Itest-nginx/lib -r t
}

after_success() {
Expand Down

0 comments on commit 3e95903

Please sign in to comment.