Merged PR 801813: Disable HistoricMetadataCache flaky unit test

Disable hmc unit test, as the required info has been obtained.

Related work items: #2191478
This commit is contained in:
Sahiti Chandramouli 2024-08-23 23:02:03 +00:00
Родитель 1987a92783
Коммит 9fe30c7fd9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ namespace Test.BuildXL.Scheduler
/// This test validates the behaviour of HistoricMetadataCache in HashToHashAndMetadata mode.
/// In this mode we will not be able to retrieve any of the HistoricMetadataCacheEntries.
/// </summary>
[Fact]
[Fact(Skip = "Flaky: https://dev.azure.com/mseng/1ES/_workitems/edit/2191478")]
public async Task TestHistoricMetadataPathStringRoundtrip()
{
LoggingContext loggingContext = CreateLoggingContextForTest();