From b650522c929853b7af7ad100a8bd31de60685ba5 Mon Sep 17 00:00:00 2001 From: Annmarie Ziegler Date: Mon, 16 Oct 2023 10:33:35 -0400 Subject: [PATCH] Add proper comment to ignored test --- .../androidTest/java/org/wordpress/android/e2e/StatsTests.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WordPress/src/androidTest/java/org/wordpress/android/e2e/StatsTests.kt b/WordPress/src/androidTest/java/org/wordpress/android/e2e/StatsTests.kt index d0ba1c7099fc..9cb69659d814 100644 --- a/WordPress/src/androidTest/java/org/wordpress/android/e2e/StatsTests.kt +++ b/WordPress/src/androidTest/java/org/wordpress/android/e2e/StatsTests.kt @@ -6,6 +6,7 @@ import dagger.hilt.android.testing.HiltAndroidTest import org.junit.After import org.junit.Assume.assumeTrue import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.wordpress.android.BuildConfig import org.wordpress.android.R @@ -38,7 +39,8 @@ class StatsTests : BaseTest() { } } - // Commenting out test for now - this will be picked up before the fina commit @Test + @Ignore("Will be taken care of in a future PR - scrollToPosts is not working") + @Test fun e2eAllDayStatsLoad() { val todayVisits = StatsVisitsData("97", "28", "14", "11") val postsList: List = StatsMocksReader().readDayTopPostsToList()