Removed outdated comments.

This commit is contained in:
mbalfour
2021-05-04 11:04:51 -05:00
parent 53a6e5ac6b
commit 61840b5f86
@@ -274,7 +274,6 @@ namespace UnitTest
EXPECT_TRUE(instanceSpawner1 == instanceSpawner2); EXPECT_TRUE(instanceSpawner1 == instanceSpawner2);
} }
// [SPEC-6600] This test intermittently fails on automated builds, so disabling temporarily until root cause identified
TEST_F(DynamicSliceInstanceSpawnerTests, DifferentSpawnersAreNotEqual) TEST_F(DynamicSliceInstanceSpawnerTests, DifferentSpawnersAreNotEqual)
{ {
// Two spawners with different data should *not* be data-equivalent. // Two spawners with different data should *not* be data-equivalent.
@@ -289,8 +288,6 @@ namespace UnitTest
EXPECT_TRUE(!(instanceSpawner1 == instanceSpawner2)); EXPECT_TRUE(!(instanceSpawner1 == instanceSpawner2));
} }
// [LY-118267] This test intermittently fails on automated builds, so disabling temporarily until the root cause
// can be identified
TEST_F(DynamicSliceInstanceSpawnerTests, LoadAndUnloadAssets) TEST_F(DynamicSliceInstanceSpawnerTests, LoadAndUnloadAssets)
{ {
// The spawner should successfully load/unload assets without errors. // The spawner should successfully load/unload assets without errors.
@@ -311,7 +308,6 @@ namespace UnitTest
Vegetation::DescriptorNotificationBus::Handler::BusDisconnect(); Vegetation::DescriptorNotificationBus::Handler::BusDisconnect();
} }
// [SPEC-6600] This test intermittently fails on automated builds, so disabling temporarily until root cause identified
TEST_F(DynamicSliceInstanceSpawnerTests, CreateAndDestroyInstance) TEST_F(DynamicSliceInstanceSpawnerTests, CreateAndDestroyInstance)
{ {
// The spawner should successfully create and destroy an instance without errors. // The spawner should successfully create and destroy an instance without errors.