Skip isConnectedTest on Windows CI
Label conflicting PRs / main (push) Waiting to run Details

Flaky test does not help us
This commit is contained in:
Mark Waite 2025-10-02 17:44:17 -06:00
parent c895a034b3
commit 5252447b56
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ class ComputerTest {
@Test
public void isConnectedTest() throws Exception {
assumeFalse(Functions.isWindows() && System.getenv("CI") != null, "TODO: Windows agents sporadically fail this test");
var agent = j.createSlave();
var computer = agent.toComputer();