test: remove exact duplicate coverage
This commit is contained in:
parent
9c6b143a03
commit
5fa9933636
7 changed files with 133 additions and 32 deletions
|
|
@ -499,7 +499,7 @@ public sealed class VulkanCapabilityGateTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void TheReportFileNameSitsBesideTheGlOne()
|
||||
public void TheReportFileNameRemainsStableForDiagnosticsAutomation()
|
||||
{
|
||||
Assert.Equal(
|
||||
"graphical-capabilities-vulkan.json",
|
||||
|
|
|
|||
|
|
@ -177,14 +177,4 @@ public sealed class VulkanCapabilityReportContractTests
|
|||
Assert.Contains("timelineSemaphore", message, StringComparison.Ordinal);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The report file name is what the workflow's VULKAN_REPORT path ends in.
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TheReportFileNameIsTheOneTheWorkflowPathNames()
|
||||
{
|
||||
Assert.Equal(
|
||||
"graphical-capabilities-vulkan.json",
|
||||
VulkanCapabilityGuard.ReportFileName);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue