| 85 | |
| 86 | |
| 87 | void MesosTest::TearDownTestCase() |
| 88 | { |
| 89 | os::unsetenv("MESOS_CONNECTION_DELAY_MAX"); |
| 90 | |
| 91 | SSLTemporaryDirectoryTest::TearDownTestCase(); |
| 92 | } |
| 93 | |
| 94 | |
| 95 | MesosTest::MesosTest(const Option<zookeeper::URL>& _zookeeperUrl) |
nothing calls this directly
no test coverage detected