Cause plasma client tests failures to show up on travis. (#99)

* Cause plasma client tests failures to show up on travis.

* Don't run flaky test.
This commit is contained in:
Robert Nishihara
2016-12-08 19:32:24 -08:00
committed by Philipp Moritz
parent 1c946b2f6a
commit 4a62a3c5d7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ SUITE(plasma_client_tests) {
RUN_TEST(plasma_status_tests);
RUN_TEST(plasma_fetch_remote_tests);
RUN_TEST(plasma_get_local_tests);
RUN_TEST(plasma_wait_for_objects_tests);
// RUN_TEST(plasma_wait_for_objects_tests);
RUN_TEST(plasma_get_tests);
RUN_TEST(plasma_wait_tests);
RUN_TEST(plasma_multiget_tests);
+4
View File
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
# Cause the script to exit if a single command fails.
set -e
../common/thirdparty/redis/src/redis-server --loglevel warning &
sleep 1
# flush the redis server