Description
Method CacheManager#getCacheNames() should throw IllegalStateException in case when CacheManager is closed. But in TCK 1.0.1 test CacheManagerTest.close_cachesEmpty expect empty list, which was incorrect according to spec.
In TCK 1.1.0 test is fixed.
It was known problem, please see comments in CacheManager#getCacheNames() on current master.
But we can't make this test pass in both versions of TCK.
Also, for the same reason CacheManagerManagementTest#testMultipleCacheManagers fails in #teadDown section.