Skip to content

Commit 1f9b296

Browse files
committed
changed order of tests
1 parent 2acd622 commit 1f9b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/test_case_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,12 @@ var testTypeToTestConfigE2E = map[string][]testConfig{
267267
},
268268
"rosa_e2e_cluster": {
269269
//{testDir: "../../../test/e2e/jmx"},
270+
{testDir: "test/e2e/container_insights"},
270271
{testDir: "test/e2e/security",
271272
sampleAppPath: "resources/shell.yaml"},
272273
{testDir: "test/e2e/application_signals",
273274
sampleAppPath: "resources/appsignals_sample_app.yaml",
274275
},
275-
{testDir: "test/e2e/container_insights"},
276276
},
277277
}
278278

0 commit comments

Comments
 (0)