We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e345d commit 8099c1dCopy full SHA for 8099c1d
1 file changed
dl3/android/DeepLabV3Demo/app/src/androidTest/java/org/pytorch/executorchexamples/dl3/UIWorkflowTest.kt
@@ -197,6 +197,7 @@ class UIWorkflowTest {
197
* Tests running segmentation and verifying inference time display.
198
*/
199
@Test
200
+ @Ignore("Known issue - test not working")
201
fun testRunSegmentation() {
202
// Run button should be enabled
203
composeTestRule.onNodeWithTag("runButton").assertIsEnabled()
0 commit comments