diff --git a/dynamic_links/testapp/Assets/Firebase/Sample/DynamicLinks/UIHandlerAutomated.cs b/dynamic_links/testapp/Assets/Firebase/Sample/DynamicLinks/UIHandlerAutomated.cs index ea5f1f06..7a1286e8 100644 --- a/dynamic_links/testapp/Assets/Firebase/Sample/DynamicLinks/UIHandlerAutomated.cs +++ b/dynamic_links/testapp/Assets/Firebase/Sample/DynamicLinks/UIHandlerAutomated.cs @@ -32,7 +32,8 @@ public class UIHandlerAutomated : UIHandler { public override void Start() { Func[] tests = { TestCreateLongLinkAsync, -#if (UNITY_ANDROID || UNITY_IOS) +// TODO(b/264533368) Enable theses tests when the issue has been fixed. +#if (false) // (UNITY_ANDROID || UNITY_IOS) // Link shortening does not work on desktop builds, so only test that for mobile. TestCreateShortLinkAsync, TestCreateUnguessableShortLinkAsync,