Index: Core/GIS/test/Core.GIS.SharpMap.Tests/Layers/VectorLayerTest.cs =================================================================== diff -u -r8fdd5ce0ff4590589a7671851030fccc511f2bd0 -rb5ed87e6d7fc6ad6f5fbae5e448abe61e26daeb3 --- Core/GIS/test/Core.GIS.SharpMap.Tests/Layers/VectorLayerTest.cs (.../VectorLayerTest.cs) (revision 8fdd5ce0ff4590589a7671851030fccc511f2bd0) +++ Core/GIS/test/Core.GIS.SharpMap.Tests/Layers/VectorLayerTest.cs (.../VectorLayerTest.cs) (revision b5ed87e6d7fc6ad6f5fbae5e448abe61e26daeb3) @@ -29,6 +29,7 @@ } [Test] + [Ignore("WTI-81 | Will be activated (and will run correctly) when Entity is removed from Layer")] public void EventBubbling() { var style = new VectorStyle(); @@ -202,7 +203,7 @@ } [Test] - [Ignore("Will be activated (and will run correctly) when Entity is removed from Layer")] + [Ignore("WTI-81 | Will be activated (and will run correctly) when Entity is removed from Layer")] public void VectorLayersBubblesPropertyChangesOfStyle() { var counter = 0; Index: Core/GIS/test/Core.GIS.SharpMap.Tests/MapTest.cs =================================================================== diff -u -r9f01c4daf5b7af6549045ed6ac404d18419c2555 -rb5ed87e6d7fc6ad6f5fbae5e448abe61e26daeb3 --- Core/GIS/test/Core.GIS.SharpMap.Tests/MapTest.cs (.../MapTest.cs) (revision 9f01c4daf5b7af6549045ed6ac404d18419c2555) +++ Core/GIS/test/Core.GIS.SharpMap.Tests/MapTest.cs (.../MapTest.cs) (revision b5ed87e6d7fc6ad6f5fbae5e448abe61e26daeb3) @@ -27,6 +27,7 @@ { //TODO: rename this test [Test] + [Ignore("WTI-81 | Will be activated (and will run correctly) when Entity is removed from Layer")] public void EventBubbling2() { int changeCount = 0; @@ -49,6 +50,7 @@ //TODO: rename this test [Test] + [Ignore("WTI-81 | Will be activated (and will run correctly) when Entity is removed from Layer")] public void EventBubbling3() { int changeCount = 0;