diff --git a/MPChartExample/build.gradle b/MPChartExample/build.gradle index b3bed88136..0873257a07 100644 --- a/MPChartExample/build.gradle +++ b/MPChartExample/build.gradle @@ -31,6 +31,10 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + // https://stackoverflow.com/a/67635863/1079990 + testOptions { + animationsDisabled = true + } } dependencies { diff --git a/screenshotsToCompare9/StartTest_smokeTestStart-32-ViewPagerSimpleChartDemo.png b/screenshotsToCompare9/StartTest_smokeTestStart-32-ViewPagerSimpleChartDemo.png index f8d24cc199..c990c82f12 100644 Binary files a/screenshotsToCompare9/StartTest_smokeTestStart-32-ViewPagerSimpleChartDemo.png and b/screenshotsToCompare9/StartTest_smokeTestStart-32-ViewPagerSimpleChartDemo.png differ