Experiment with test impact further

This commit is contained in:
Geert Premereur
2020-01-08 15:37:27 +01:00
committed by Andreas Hocevar
parent e9e75cd8af
commit 3909938a70
+2 -2
View File
@@ -408,7 +408,7 @@ describe('ol.interaction.Select', function() {
}); });
xdescribe('clear event listeners on interaction removal', function() { describe('clear event listeners on interaction removal', function() {
let firstInteraction, secondInteraction, feature; let firstInteraction, secondInteraction, feature;
beforeEach(function() { beforeEach(function() {
@@ -441,7 +441,7 @@ describe('ol.interaction.Select', function() {
}); });
// The "difficult" case. To prevent regression // The "difficult" case. To prevent regression
describe('with a replaced interaction', function() { xdescribe('with a replaced interaction', function() {
it('changes the selected feature once', function() { it('changes the selected feature once', function() {
map.addInteraction(firstInteraction); map.addInteraction(firstInteraction);
map.removeInteraction(firstInteraction); map.removeInteraction(firstInteraction);