Disable GRPC server test

shanyi15-patch-3
yuyang18 7 years ago
parent b920d2c281
commit 982ac832a7

@ -108,7 +108,7 @@ void StartServer(const std::string& endpoint) {
rpc_service_->RunSyncUpdate(); rpc_service_->RunSyncUpdate();
} }
TEST(PREFETCH, CPU) { TEST(PREFETCH, DISABLED_CPU) {
// start up a server instance backend // start up a server instance backend
std::thread server_thread(StartServer, "127.0.0.1:8889"); std::thread server_thread(StartServer, "127.0.0.1:8889");
sleep(2); sleep(2);

Loading…
Cancel
Save