mirror of https://github.com/jenkinsci/jenkins.git
Skip isConnectedTest on Windows CI
Label conflicting PRs / main (push) Waiting to run
Details
Label conflicting PRs / main (push) Waiting to run
Details
Flaky test does not help us
This commit is contained in:
parent
c895a034b3
commit
5252447b56
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue