File tree Expand file tree Collapse file tree
workspaces/bulk-import/e2e-tests/tests/specs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ test.describe("Bulk import tests", () => {
1919 } ;
2020
2121 test . beforeAll ( async ( { rhdh } ) => {
22- test . info ( ) . annotations . push ( {
23- type : "component" ,
24- description : "plugins" ,
25- } ) ;
26-
2722 await rhdh . configure ( { auth : "keycloak" } ) ;
2823
29- const orchestratorNamespace = "orchestrator" ;
30- await installOrchestrator ( orchestratorNamespace ) ;
31- await $ `bash tests/scripts/install-workflow.sh ${ orchestratorNamespace } ` ;
24+ await test . runOnce ( "install-orchestrator-and-test-workflow" , async ( ) => {
25+ const orchestratorNamespace = "orchestrator" ;
26+ await installOrchestrator ( orchestratorNamespace ) ;
27+ await $ `bash tests/scripts/install-workflow.sh ${ orchestratorNamespace } ` ;
28+ } ) ;
3229
3330 await rhdh . deploy ( {
3431 timeout : 20 * 60 * 1000 , // 20 min
You can’t perform that action at this time.
0 commit comments