Skip to content

Commit 9e2ab45

Browse files
committed
AC-13810: Customer Grid indexer does not work properly
1 parent 640f5cd commit 9e2ab45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function ($errNo, $errStr, $errFile, $errLine) use ($test) {
111111
$this->_eventManager->fireEvent('startTransaction', [$test]);
112112
restore_error_handler();
113113
} catch (\Exception $e) {
114-
$this->_isTransactionActive = false;
115114
$test->getTestResultObject()->addFailure(
116115
$test,
117116
new \PHPUnit\Framework\AssertionFailedError((string)$e),

0 commit comments

Comments
 (0)