We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029aade commit 66cf38eCopy full SHA for 66cf38e
tests/scene/test_navigation_region_3d.h
@@ -71,15 +71,6 @@ TEST_SUITE("[Navigation]") {
71
CHECK_NE(navigation_mesh->get_vertices().size(), 0);
72
}
73
74
- // Race condition is present in the below subcase, but baking should take many
75
- // orders of magnitude longer than basic checks on the main thread, so it's fine.
76
- SUBCASE("Asynchronous bake should not be immediate") {
77
- navigation_region->bake_navigation_mesh(true);
78
- CHECK(navigation_region->is_baking());
79
- CHECK_EQ(navigation_mesh->get_polygon_count(), 0);
80
- CHECK_EQ(navigation_mesh->get_vertices().size(), 0);
81
- }
82
-
83
memdelete(mesh_instance);
84
memdelete(navigation_region);
85
memdelete(node_3d);
0 commit comments