We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7d38d commit f930962Copy full SHA for f930962
.circleci/server-upgrade-downgrade/run.sh
@@ -201,6 +201,7 @@ run_server_upgrade_pytest() {
201
--avoid-error-message-checks "$@" \
202
-m 'allow_server_upgrade_test and not skip_server_upgrade_test' \
203
--deselect test_graphql_mutations.py::TestGraphqlInsertPermission::test_user_with_no_backend_privilege \
204
+ --deselect test_graphql_queries.py::TestGraphQLQueryEnums::test_introspect_user_role \
205
-v $tests_to_run
206
set +x
207
cd -
0 commit comments