Given dotnet/diagnostics#913 I'm disabling this test until it can get investigated.
This path is exerted in @
d366deb src/Tools/dotnet-dump/Dumper.cs:77 and dotnet-dump has several tests for collecting dump types, so even if we disable the test, we will still get some coverage.
/// <summary>
/// A test that writes all the different types of dump file
/// </summary>
- [Fact]
+ [Fact(Skip = "Test often times out in official builds/PRs. See https://github.com/dotnet/diagnostics/issues/913")]
public void WriteAllDumpTypesTest()
{
var normalDumpPath = "./myDump-normal.dmp";