Skip to content

Commit

Permalink
changes to skip otel test in opensource as spawning otel agent is fai…
Browse files Browse the repository at this point in the history
…ling in opensource
  • Loading branch information
rajesh-1983 committed Sep 26, 2024
1 parent 4f2b727 commit a32e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/testall.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
pushd tests/unittest/$d
Expand Down

0 comments on commit a32e9ea

Please sign in to comment.