diff options
-rw-r--r-- | main/openvswitch/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD index c3ae8681b7..e35578370b 100644 --- a/main/openvswitch/APKBUILD +++ b/main/openvswitch/APKBUILD @@ -39,9 +39,7 @@ build() { check() { cd "$builddir" - # tests cause Travis build to fail due to timeout -# make check || true - true + make check || true } monitor() { |