Skip to content

Commit fbf051d

Browse files
committed
Fix after rebase
1 parent cd8bf80 commit fbf051d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public void DotNetRun (bool isRelease, string typemapImplementation, AndroidRunt
8686
[Test]
8787
public void DotNetRunWaitForExit ()
8888
{
89+
AssertCommercialBuild (); //FIXME: https://github.com/dotnet/android/issues/10832
90+
8991
const string logcatMessage = "DOTNET_RUN_TEST_MESSAGE_12345";
9092
var proj = new XamarinAndroidApplicationProject ();
9193

@@ -153,6 +155,8 @@ public void DotNetRunWaitForExit ()
153155
[Test]
154156
public void DotNetRunWithDeviceParameter ()
155157
{
158+
AssertCommercialBuild (); //FIXME: https://github.com/dotnet/android/issues/10832
159+
156160
const string logcatMessage = "DOTNET_RUN_DEVICE_TEST_67890";
157161
var proj = new XamarinAndroidApplicationProject ();
158162

0 commit comments

Comments
 (0)