Skip to content

Commit c73c9ad

Browse files
committed
HelloWorkflowFragmentAppTest is no longer suppressed.
It was choking on API 21 w/the old Leakcanary test rules, and we've stopped using those. Fixes #582
1 parent be479f2 commit c73c9ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ import org.junit.Test
1717
import org.junit.rules.RuleChain
1818
import org.junit.runner.RunWith
1919

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)
2320
@RunWith(AndroidJUnit4::class)
2421
@OptIn(WorkflowUiExperimentalApi::class)
2522
class HelloWorkflowFragmentAppTest {

0 commit comments

Comments
 (0)