diff --git a/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Plugin/Eav/AttributeSetRepository/RemoveProductUrlRewriteTest.php b/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Plugin/Eav/AttributeSetRepository/RemoveProductUrlRewriteTest.php
index 3791bb7894ec4ae296c02c4267c3b9f080c2bdec..da189b85932c74e04a6a128a37e67a39669d7961 100644
--- a/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Plugin/Eav/AttributeSetRepository/RemoveProductUrlRewriteTest.php
+++ b/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Plugin/Eav/AttributeSetRepository/RemoveProductUrlRewriteTest.php
@@ -34,7 +34,7 @@ class RemoveProductUrlRewriteTest extends TestCase
      * Test url rewrite will be removed for product with given attribute set, if one will be deleted.
      *
      * @magentoDataFixture Magento/CatalogUrlRewrite/_files/attribute_set_with_product.php
-     * @magentoDbIsolation disabled
+     * @magentoDbIsolation enabled
      */
     public function testAroundDelete()
     {
diff --git a/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/attribute_set_with_product_rollback.php b/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/attribute_set_with_product_rollback.php
index 53d35463f1ac4ff893a5ecafd57a4d3f0b85726a..cd579bdb76f57d44e13bae3963f0f74a8227dff4 100644
--- a/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/attribute_set_with_product_rollback.php
+++ b/dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/attribute_set_with_product_rollback.php
@@ -6,4 +6,3 @@
 
 require __DIR__ . '/../../Catalog/_files/product_simple_rollback.php';
 require __DIR__ . '/../../Eav/_files/empty_attribute_set_rollback.php';
-