Skip to content

Commit

Permalink
Don't unload anywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Aug 23, 2023
1 parent 0d83bc0 commit 14fc775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/minimal_scene.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,7 @@ TEST(MinimalSceneTest, GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Config))

scene.reset();
win->QuickWindow()->close();
engine->DestroyScene(scene);
// \TODO(mjcarroll) Re-enable unloadEngine when it works correctly
// EXPECT_TRUE(rendering::unloadEngine(engine->Name()));
}

0 comments on commit 14fc775

Please sign in to comment.