[SPEC-6600] Disabling unit tests that intermittently fail AR runs.

main
mbalfour 5 years ago
parent 1d4c483e73
commit c69a00fd80

@ -274,7 +274,8 @@ namespace UnitTest
EXPECT_TRUE(instanceSpawner1 == instanceSpawner2);
}
TEST_F(DynamicSliceInstanceSpawnerTests, DifferentSpawnersAreNotEqual)
// [SPEC-6600] This test intermittently fails on automated builds, so disabling temporarily until root cause identified
TEST_F(DynamicSliceInstanceSpawnerTests, DISABLED_DifferentSpawnersAreNotEqual)
{
// Two spawners with different data should *not* be data-equivalent.
@ -310,7 +311,8 @@ namespace UnitTest
Vegetation::DescriptorNotificationBus::Handler::BusDisconnect();
}
TEST_F(DynamicSliceInstanceSpawnerTests, CreateAndDestroyInstance)
// [SPEC-6600] This test intermittently fails on automated builds, so disabling temporarily until root cause identified
TEST_F(DynamicSliceInstanceSpawnerTests, DISABLED_CreateAndDestroyInstance)
{
// The spawner should successfully create and destroy an instance without errors.

Loading…
Cancel
Save