Skip to content

Commit

Permalink
Remove i18n filters performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 20, 2021
1 parent 1d32fe9 commit 40a0657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 292 deletions.
2 changes: 1 addition & 1 deletion bin/plugin/commands/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async function runPerformanceTests( branches, options ) {
log( '>> Starting the WordPress environment' );
await runShellScript( 'npm run wp-env start', environmentDirectory );

const testSuites = [ 'post-editor', 'i18n-filters', 'site-editor' ];
const testSuites = [ 'post-editor', 'site-editor' ];

/** @type {Record<string,Record<string, WPFormattedPerformanceResults>>} */
let results = {};
Expand Down
291 changes: 0 additions & 291 deletions packages/e2e-tests/specs/performance/i18n-filters.test.js

This file was deleted.

0 comments on commit 40a0657

Please sign in to comment.