Merge pull request #5587 from aws-lumberyard-dev/miterenc/FixTrackViewFixture

TrackView Fixture now disables save on finalize
This commit is contained in:
Terry Michaels
2021-11-12 09:21:46 -06:00
committed by GitHub
@@ -94,6 +94,9 @@ namespace TrackViewPythonBindingsUnitTests
m_app.Start(appDesc);
m_app.RegisterComponentDescriptor(AzToolsFramework::TrackViewComponent::CreateDescriptor());
// Disable saving global user settings to prevent failure due to detecting file updates
AZ::UserSettingsComponentRequestBus::Broadcast(&AZ::UserSettingsComponentRequests::DisableSaveOnFinalize);
}
void TearDown() override