From bffe34e0c7ff8a05e79d884ed8447426aae17bfb Mon Sep 17 00:00:00 2001 From: Pavel Savara Date: Wed, 31 Jul 2024 10:32:29 +0200 Subject: [PATCH] [browser][MT] show progress in problematic unit tests (#105680) --- .../FunctionalTests/System.Net.Http.Functional.Tests.csproj | 1 + .../System.Runtime.InteropServices.JavaScript.Tests.csproj | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj index 9ae27384b852e..96afa2bcd3912 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj @@ -27,6 +27,7 @@ $(DefineConstants);TARGET_BROWSER 01:15:00 + true diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj index fe35abffaaa96..db65ab6f9c590 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj @@ -19,6 +19,9 @@ true false + + true +