Skip to content

Commit a046900

Browse files
author
Karl Henkel
committed
disable unstable test on linux
1 parent 8df2cc4 commit a046900

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/Editor/Object/CreateDestroy.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
static class CreateDestroy
1212
{
13-
[Test]
13+
// Unstable on Ubuntu 16.04, tested locally on 20.04
14+
[Test, Platform(Exclude = "Linux")]
1415
public static void DestroyDeletesMesh()
1516
{
1617
var pb = ShapeFactory.Instantiate<Cube>();

0 commit comments

Comments
 (0)