Skip to content

Commit

Permalink
[Particles] Vulkan Tests: fixed and reenabled VisualTestSoftEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Jun 15, 2020
1 parent ecfdcdc commit 9d97943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions sources/engine/Stride.Particles.Tests/GameTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ protected override void PrepareContext()
GraphicsDeviceManager.PreferredGraphicsProfile = new[] { overrideGraphicsProfile };
}

protected override void Initialize()
{
base.Initialize();
GraphicsDeviceManager.PreferredGraphicsProfile = new[] { overrideGraphicsProfile };
}

protected override async Task LoadContent()
{
await base.LoadContent();
Expand Down
2 changes: 0 additions & 2 deletions sources/engine/Stride.Particles.Tests/VisualTestSoftEdge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ private VisualTestSoftEdge(GraphicsProfile profile) : base("VisualTestSoftEdge",
[Fact]
public void RunVisualTests10()
{
Assert.False(GraphicsDevice.Platform == GraphicsPlatform.Vulkan, "Particle tests crash on Vulkan");
RunGameTest(new VisualTestSoftEdge(GraphicsProfile.Level_10_0));
}

[Fact]
public void RunVisualTests11()
{
Assert.False(GraphicsDevice.Platform == GraphicsPlatform.Vulkan, "Particle tests crash on Vulkan");
RunGameTest(new VisualTestSoftEdge(GraphicsProfile.Level_11_0));
}

Expand Down

0 comments on commit 9d97943

Please sign in to comment.