Skip to content

Commit

Permalink
disable otel unittests as part of code coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rasamala83 committed Nov 6, 2024
1 parent 3743c43 commit 321fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/allcover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir $GOPATH/allcover
$GOROOT/bin/go install -cover github.com/paypal/hera/worker/mysqlworker

overall=0
for d in `ls -F tests/unittest | grep /$ | sed -e "s,/,," | egrep -v '(mysql_recycle|log_checker_initdb|testutil|rac_maint|mysql_direct|failover)'`
for d in `ls -F tests/unittest | grep /$ | sed -e "s,/,," | egrep -v '(mysql_recycle|log_checker_initdb|testutil|rac_maint|mysql_direct|failover|otel_basic|otel_incorrect_endpoint|otel_sharding|otel_with_skip_cal)'`
do
echo ==== $d
cd tests/unittest/$d
Expand Down

0 comments on commit 321fc30

Please sign in to comment.