File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute
dev/tests/api-functional/testsuite/Magento/Catalog/Api Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 88/**
99 * Entity attribute option resource model
1010 *
11- * @author Magento Core Team <core@magentocommerce.com>
1211 */
1312class Option extends \Magento \Framework \Model \ResourceModel \Db \AbstractDb
1413{
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ public function testUpdate()
106106 ]
107107 public function testUpdateMultistorePreservingOtherStoreLabel ()
108108 {
109+ $ this ->_markTestAsRestOnly ('Fix inconsistencies in WSDL and Data interfaces ' );
109110 $ store1 = $ this ->fixtures ->get ('store1 ' );
110111 $ store2 = $ this ->fixtures ->get ('store2 ' );
111112 $ attributeCode = $ this ->fixtures ->get ('multi_store_attr ' )->getAttributeCode ();
You can’t perform that action at this time.
0 commit comments