We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67bc95 commit 8a98b6eCopy full SHA for 8a98b6e
app/code/Magento/Sales/Test/Mftf/Data/AsyncGridsIndexingConfigData.xml
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
9
+ <entity name="AsyncGridsIndexingConfigData">
10
+ <data key="enable_option">dev/grid/async_indexing 1</data>
11
+ <data key="disable_option">dev/grid/async_indexing 0</data>
12
+ </entity>
13
+</entities>
0 commit comments