@Test
public void testBusySkipped() {
IntegrationTestConfig serverMockConf = createConfig();
serverMockConf.setServerlUrl4Test(getTestDataUrl("Jenkins-1.4_busy.xml"));
Config mockConfig = decorateCheckBusy(serverMockConf, CheckBusy.SKIP);
IntegrationStatusResult res = refreshWith(mockConfig);
assertNull(res.error);
assertNull(res.projectName);