Reenable tests

This commit is contained in:
Jacob Dufault 2018-01-06 17:12:57 -08:00
parent 8debcf1d9d
commit 76a3fe8400

View File

@ -586,7 +586,6 @@ bool QueryDb_ImportMain(Config* config,
return did_work;
}
#if false
TEST_SUITE("ImportPipeline") {
struct Fixture {
Fixture() {
@ -665,4 +664,3 @@ TEST_SUITE("ImportPipeline") {
REQUIRE(queue->do_id_map.Size() == 105);
}
}
#endif