Skip to content

Commit d68e023

Browse files
committed
ci: Disable tests with asset creation due to stage problems
1 parent b6d1a64 commit d68e023

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

Runtime/Game/Requests/CrashesRequest.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Tests/LootLockerTests/PlayMode/NotificationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using UnityEngine.TestTools;
1414

1515
namespace LootLockerTests.PlayMode {
16+
[Ignore("Stage can't handle asset creation, check back in 2025 to enable")]
1617
public class NotificationTests
1718
{
1819
private static int TestCounter = 0;

Tests/LootLockerTests/PlayMode/TriggerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace LootLockerTests.PlayMode
1111
{
12+
[Ignore("Stage can't handle asset creation, check back in 2025 to enable")]
1213
public class TriggerTests
1314
{
1415
private LootLockerTestGame gameUnderTest = null;

0 commit comments

Comments
 (0)