@Test(enabled = ENABLE_TESTS)
public void testInProgressConfiguration() throws Exception {
int resourceId = newResource1.getId();
Subject overlord = LookupUtil.getSubjectManager().getOverlord();
// create 3 configs: config1 will be stored as current. config2 will be in progress, config3 should get
// blocked from updating by the inprogress update
Configuration configuration1 = new Configuration();
configuration1.put(new PropertySimple("myboolean", "true"));