Skip to content
Snippets Groups Projects
Commit 48f5ccdc authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Issue #2403757 by geerlingguy: Disable strict config schema in tests for now.

parent c1f88bd5
No related branches found
Tags 8.x-1.18-beta3
No related merge requests found
......@@ -22,6 +22,11 @@ class HoneypotFormTest extends WebTestBase {
protected $webUser;
protected $node;
/**
* Disabled config schema checking temporarily until all errors are resolved.
*/
protected $strictConfigSchema = FALSE;
/**
* Modules to enable.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment