Skip to content

Commit

Permalink
Remove i18n filters performance test (#32028)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored May 20, 2021
1 parent f3f931b commit a68142b
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 a68142b

Please sign in to comment.