diff --git a/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py b/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py
index d383e698..734180d8 100644
--- a/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py
+++ b/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py
@@ -13,8 +13,6 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-import unittest
-
 from tempest import test
 from tempest_lib import exceptions
 
@@ -24,11 +22,6 @@ from murano_tempest_tests import utils
 
 class ServiceBrokerNegativeTest(base.BaseServiceBrokerAdminTest):
 
-    # NOTE(freerunner): Tempest will fail with this test, because its
-    # _parse_resp function trying to parse a nullable JSON.
-    # https://review.openstack.org/#/c/260659/
-    # XFail until this one merged and tempest-lib released.
-    @unittest.expectedFailure
     @test.attr(type=['gate', 'negative'])
     def test_get_status_with_not_present_instance_id(self):
         not_present_instance_id = utils.generate_uuid()