Skip to content

Commit

Permalink
Add proper comment to ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Oct 16, 2023
1 parent 91497b7 commit b650522
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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<StatsKeyValueData> = StatsMocksReader().readDayTopPostsToList()
Expand Down

0 comments on commit b650522

Please sign in to comment.