@Test
public void testQuotaDisabled() throws ConfigurationException, IOException, InterruptedException {
GWC gwc = GWC.get();
DiskQuotaConfig config = gwc.getDiskQuotaConfig();
config.setEnabled(false);
gwc.saveDiskQuotaConfig(config, null);
CachedLayerProvider provider = new CachedLayerProvider();
List<TileLayer> layers = provider.getItems();
for (TileLayer tileLayer : layers) {
// we are not returning the values from the quota subsystem, they are not up to date anyways