Skip to content

Commit 44ca1ad

Browse files
committed
disabled webgl test
1 parent 1edbd84 commit 44ca1ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testproject/Assets/Tests/Runtime/AddressablesTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace TestProject.RuntimeTests
1717
[TestFixture(HostOrServer.DAHost)]
1818
[TestFixture(HostOrServer.Host)]
1919
[TestFixture(HostOrServer.Server)]
20+
[UnityPlatform(exclude = new[] { RuntimePlatform.WebGLPlayer })] // Addressables content is served over HTTP, which the WebGL CI player cannot reach - MTT-15569
2021
public class AddressablesTests : NetcodeIntegrationTest
2122
{
2223
protected override int NumberOfClients => 2;

0 commit comments

Comments
 (0)