Skip to content

Commit fed96ef

Browse files
committed
skip templates only on linux
1 parent 31cbdb9 commit fed96ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/integration.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ else
2323
fi
2424

2525
# XXX fix probablistic differences causing failures between runs or OSs
26-
exit 0
26+
# for now just ensure pktvisor ran
27+
if [[ `uname -s` == 'Linux']]
28+
then
29+
exit 0
30+
fi
2731

2832
result=`jq $JSONFILTER $tmpfile`
2933
rm $tmpfile

0 commit comments

Comments
 (0)