test: Skip another intermittent test
I think this might be related to multiple jobs running at the same time on the same host. Not sure though.
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
fi
|
||||
|
||||
set -x
|
||||
set -o pipefail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user