Skip to content
Snippets Groups Projects

Issue #3364958: Stages should be destroyed in the background, during cron runs

2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -238,4 +238,5 @@ class StageOwnershipTest extends PackageManagerKernelTestBase {
// We should be able to destroy the stage if we ignore ownership.
$not_owned->destroy(TRUE);
}
}
Loading