We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd0497d + 3364176 commit 87b2fb0Copy full SHA for 87b2fb0
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/NewVhdVMTests.cs
@@ -25,7 +25,7 @@ public NewVhdVMTests(Xunit.Abstractions.ITestOutputHelper output)
25
XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
26
}
27
28
- [Fact]
+ [Fact(Skip = "Skip until necessary fixes done: https://github.com/Azure/azure-powershell/issues/5692")]
29
[Trait(Category.AcceptanceType, Category.Flaky)]
30
public void TestWithValidVhdDiskFile()
31
{
0 commit comments