File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,6 @@ install_plugins() {
145145 fi
146146 wp plugin activate wp-graphql-upload
147147
148- # Install WPGraphQL Content Blocks and Activate
149- if ! $( wp plugin is-installed wp-graphql-content-blocks ) ; then
150- wp plugin install https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip
151- fi
152- wp plugin activate wp-graphql-content-blocks
153-
154148 # Install WPGatsby and Activate
155149 if ! $( wp plugin is-installed wp-gatsby ) ; then
156150 wp plugin install wp-gatsby
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ modules:
8080 - gravityformssignature/signature.php
8181 - wp-graphql/wp-graphql.php
8282 - wp-graphql-upload/wp-graphql-upload.php
83- - wp-graphql-content-blocks/wp-graphql-content-blocks.php
83+ # - wp-graphql-content-blocks/wp-graphql-content-blocks.php
8484 - wp-graphql-gravity-forms/wp-graphql-gravity-forms.php
8585 activatePlugins :
8686 - gravityforms/gravityforms.php
@@ -89,6 +89,6 @@ modules:
8989 - gravityformssignature/signature.php
9090 - wp-graphql/wp-graphql.php
9191 - wp-graphql-upload/wp-graphql-upload.php
92- - wp-graphql-content-blocks/wp-graphql-content-blocks.php
92+ # - wp-graphql-content-blocks/wp-graphql-content-blocks.php
9393 - wp-graphql-gravity-forms/wp-graphql-gravity-forms.php
9494 configFile : ' tests/_data/config.php'
Original file line number Diff line number Diff line change 33 * Tests a Form block.
44 *
55 * @package WPGraphQL\GF\Tests
6+ *
7+ * @todo enable after https://github.com/wpengine/wp-graphql-content-blocks/pull/246
68 */
79
810use Tests\WPGraphQL\GF\TestCase\GFGraphQLTestCase;
You can’t perform that action at this time.
0 commit comments