Skip to content

Commit a06cede

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ 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;
114115
$test->getTestResultObject()->addFailure(
115116
$test,
116117
new \PHPUnit\Framework\AssertionFailedError((string)$e),

0 commit comments

Comments
 (0)