Skip to content

Commit 85718c3

Browse files
authored
Merge pull request #655 from square/ray/lc-all-better
HelloWorkflowFragmentAppTest is no longer suppressed.
2 parents 61b94d1 + 35fe263 commit 85718c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/hello-workflow-fragment/src/androidTest/java/com/squareup/sample/helloworkflowfragment/HelloWorkflowFragmentAppTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package com.squareup.sample.helloworkflowfragment
22

3-
import android.os.Build
43
import androidx.test.espresso.action.ViewActions.click
54
import androidx.test.espresso.assertion.ViewAssertions.matches
65
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
76
import androidx.test.espresso.matcher.ViewMatchers.withText
87
import androidx.test.ext.junit.rules.ActivityScenarioRule
98
import androidx.test.ext.junit.runners.AndroidJUnit4
10-
import androidx.test.filters.SdkSuppress
119
import com.squareup.workflow1.ui.WorkflowUiExperimentalApi
1210
import com.squareup.workflow1.ui.internal.test.DetectLeaksAfterTestSuccess
1311
import com.squareup.workflow1.ui.internal.test.inAnyView
@@ -17,9 +15,6 @@ import org.junit.Test
1715
import org.junit.rules.RuleChain
1816
import org.junit.runner.RunWith
1917

20-
// Life is too short to debug why LeakCanary breaks this on API 21
21-
// https://github.com/square/workflow-kotlin/issues/582
22-
@SdkSuppress(minSdkVersion = Build.VERSION_CODES.M)
2318
@RunWith(AndroidJUnit4::class)
2419
@OptIn(WorkflowUiExperimentalApi::class)
2520
class HelloWorkflowFragmentAppTest {

0 commit comments

Comments
 (0)