Skip to content

Commit 9dc2b36

Browse files
jongyoulclaude
andcommitted
[ZEPPELIN-6406] Disable entire InterpreterModeActionsIT class
All three tests in InterpreterModeActionsIT fail on CI due to Selenium element timeout issues. Disable at class level instead of chasing individual test methods. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3482c42 commit 9dc2b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeppelin-integration/src/test/java/org/apache/zeppelin/integration/InterpreterModeActionsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import java.time.Duration;
4646

4747

48+
@Disabled("ZEPPELIN-6410: InterpreterModeActionsIT consistently fails due to Selenium element timeouts on CI")
4849
public class InterpreterModeActionsIT extends AbstractZeppelinIT {
4950
private static final Logger LOGGER = LoggerFactory.getLogger(InterpreterModeActionsIT.class);
5051

0 commit comments

Comments
 (0)