diff --git a/tests/MSBuildDeviceIntegration/Tests/PerformanceTest.cs b/tests/MSBuildDeviceIntegration/Tests/PerformanceTest.cs index c3712c86869..4c4dea9ead0 100644 --- a/tests/MSBuildDeviceIntegration/Tests/PerformanceTest.cs +++ b/tests/MSBuildDeviceIntegration/Tests/PerformanceTest.cs @@ -93,6 +93,7 @@ XamarinAndroidApplicationProject CreateApplicationProject () var proj = new XamarinAndroidApplicationProject () { }; proj.SetAndroidSupportedAbis (DeviceAbi); // Use a single ABI + proj.SetProperty ("_FastDeploymentDiagnosticLogging", "False"); return proj; }