зеркало из https://github.com/microsoft/BuildXL.git
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:
Родитель
1987a92783
Коммит
9fe30c7fd9
|
@ -37,7 +37,7 @@ namespace Test.BuildXL.Scheduler
|
||||||
/// This test validates the behaviour of HistoricMetadataCache in HashToHashAndMetadata mode.
|
/// This test validates the behaviour of HistoricMetadataCache in HashToHashAndMetadata mode.
|
||||||
/// In this mode we will not be able to retrieve any of the HistoricMetadataCacheEntries.
|
/// In this mode we will not be able to retrieve any of the HistoricMetadataCacheEntries.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Fact]
|
[Fact(Skip = "Flaky: https://dev.azure.com/mseng/1ES/_workitems/edit/2191478")]
|
||||||
public async Task TestHistoricMetadataPathStringRoundtrip()
|
public async Task TestHistoricMetadataPathStringRoundtrip()
|
||||||
{
|
{
|
||||||
LoggingContext loggingContext = CreateLoggingContextForTest();
|
LoggingContext loggingContext = CreateLoggingContextForTest();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче