Don't run the CPP example on CI (#10285)

* Don't run the CPP example on CI

* Add comment
This commit is contained in:
Pierre Krieger 2019-02-03 13:23:07 +01:00 committed by Kirill Pimenov
parent 3b23c2e86d
commit 12ac992ffb
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ cpp_test () {
cd $DIR
cmake ..
make -j $THREADS
./parity-example > example.logs
tail --lines 100 example.logs
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
# that to happen on CI
cd -
rm -rf $DIR
;;