diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index fed5ff74f9..7c2611d6a3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -206,5 +206,6 @@ PYTHONPATH=`pwd` pybot -L TRACE \ --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \ + --exclude SKIP_PATCH \ --noncritical EXPECTED_FAILING \ tests/ |