Skip to content

Commit

Permalink
Mini test fix (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Jun 6, 2023
1 parent bd32fca commit 67237f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void mirror_few_nodes() throws Exception {

@Test
public void mirror_locked_nodes() throws Exception {
System.setProperty("org.jenkins.plugins.lockableresources.ENABLE_NODE_MIRROR", "true");
System.setProperty(Constants.SYSTEM_PROPERTY_ENABLE_NODE_MIRROR, "true");

j.createSlave("FirstAgent", "label label2", null);
// this is asynchronous operation, so wait until resources has been created.
Expand Down

0 comments on commit 67237f0

Please sign in to comment.