Skip to content

Commit 6cdad07

Browse files
Copilotkirklandsign
andcommitted
Disable testMultipleConsecutiveRuns test due to known issue
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
1 parent 08907f6 commit 6cdad07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • dl3/android/DeepLabV3Demo/app/src/androidTest/java/org/pytorch/executorchexamples/dl3

dl3/android/DeepLabV3Demo/app/src/androidTest/java/org/pytorch/executorchexamples/dl3/UIWorkflowTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
1717
import androidx.test.filters.LargeTest
1818
import org.junit.After
1919
import org.junit.Before
20+
import org.junit.Ignore
2021
import org.junit.Rule
2122
import org.junit.Test
2223
import org.junit.runner.RunWith
@@ -286,7 +287,10 @@ class UIWorkflowTest {
286287

287288
/**
288289
* Tests multiple consecutive runs to ensure model can be reused.
290+
*
291+
* Note: Disabled due to known issue.
289292
*/
293+
@Ignore("Known issue - test not working")
290294
@Test
291295
fun testMultipleConsecutiveRuns() {
292296
for (i in 1..3) {

0 commit comments

Comments
 (0)