Remove incompatible tests
This commit is contained in:
parent
afe0d82f18
commit
909967629b
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ before_script:
|
||||||
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- python zeronet.py test benchmark --num_multipler 5 --filter crypt
|
|
||||||
- python zeronet.py test benchmark --num_multipler 5 --filter msgpack
|
|
||||||
- python zeronet.py test benchmark --num_multipler 10 --filter verify
|
|
||||||
- python -m pytest -x plugins/CryptMessage/Test
|
- python -m pytest -x plugins/CryptMessage/Test
|
||||||
- python -m pytest -x plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
- python -m pytest -x plugins/AnnounceLocal/Test
|
- python -m pytest -x plugins/AnnounceLocal/Test
|
||||||
|
|
Loading…
Reference in a new issue