Skip to content

Commit

Permalink
Issue 47: Suppress a schema error from groupmedia default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Jan 24, 2025
1 parent 7adddbd commit c1be996
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ class GroupMediaViewsTest extends BrowserTestBase {
'views',
];

/**
* {@inheritdoc}
*/
protected static $configSchemaCheckerExclusions = [
// Suppress a schema error from groupmedia default config.
// See https://www.drupal.org/project/groupmedia/issues/3491778.
'views.view.group_media',
];

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit c1be996

Please sign in to comment.