Skip to content

Commit

Permalink
no unload
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Aug 17, 2023
1 parent 2aa1cd5 commit 4fc923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/minimal_scene.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ TEST(MinimalSceneTest, GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Config))
// engine->DestroyScene(scene);

std::cerr << " =================== before unloading engine " << std::endl;
EXPECT_TRUE(rendering::unloadEngine(engine->Name()));
// EXPECT_TRUE(rendering::unloadEngine(engine->Name()));

std::cerr << " =================== exiting " << std::endl;
}

0 comments on commit 4fc923f

Please sign in to comment.