Skip to content

Commit

Permalink
only run legacy actions migrations in ESS
Browse files Browse the repository at this point in the history
  • Loading branch information
WafaaNasr committed Oct 24, 2023
1 parent c7b7953 commit b22dbcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default ({ getService }: FtrProviderContext) => {
const es = getService('es');
const esArchiver = getService('esArchiver');

describe('@serverless @ess actions migrations', () => {
describe('@ess actions migrations', () => {
// This test suite is not meant to test a specific route, but to test the legacy action migration
// code that lives in multiple routes. This code is also tested in each of the routes it lives in
// but not in as much detail and relying on mocks. This test loads an es_archive containing rules
Expand Down

0 comments on commit b22dbcd

Please sign in to comment.