Skip to content

Commit

Permalink
Merge pull request #86 from nowsprinting/chore/fix_tests_run_on_linux…
Browse files Browse the repository at this point in the history
…_player

Ignore tests using AQA when run on Linux player
  • Loading branch information
get-me-power authored Oct 28, 2024
2 parents 06485b3 + 448894e commit 5b669a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Runtime/Agents/UGUIPlaybackAgentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
namespace DeNA.Anjin.Agents
{
[TestFixture]
[UnityPlatform(exclude = new[] { RuntimePlatform.LinuxPlayer })] // Infinity loops inside the Automated QA package.
[PrebuildSetup(typeof(CopyAssetsToResources))]
[PostBuildCleanup(typeof(CleanupResources))]
public class UGUIPlaybackAgentTest
Expand Down

0 comments on commit 5b669a7

Please sign in to comment.