Skip to content

Commit ac78dcf

Browse files
MAGETWO-57826: [PR] Bug fixes delivery
2 parents 0f1137e + 10b5b42 commit ac78dcf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/code/Magento/ImportExport/Model/Export/Entity/AbstractEntity.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,4 +544,12 @@ public function setWriter(AbstractAdapter $writer)
544544

545545
return $this;
546546
}
547+
548+
/**
549+
* Clean cached values
550+
*/
551+
public function __destruct()
552+
{
553+
self::$attrCodes = null;
554+
}
547555
}

dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/ConfigurableTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function importReplaceDataProvider()
107107
*/
108108
public function testImportReplace($fixtures, $skus, $skippedAttributes = [])
109109
{
110-
$this->markTestSkipped('MAGETWO-56530');
111110
parent::testImportReplace($fixtures, $skus, $skippedAttributes);
112111
}
113112
}

0 commit comments

Comments
 (0)