We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acd622 commit 1f9b296Copy full SHA for 1f9b296
generator/test_case_generator.go
@@ -267,12 +267,12 @@ var testTypeToTestConfigE2E = map[string][]testConfig{
267
},
268
"rosa_e2e_cluster": {
269
//{testDir: "../../../test/e2e/jmx"},
270
+ {testDir: "test/e2e/container_insights"},
271
{testDir: "test/e2e/security",
272
sampleAppPath: "resources/shell.yaml"},
273
{testDir: "test/e2e/application_signals",
274
sampleAppPath: "resources/appsignals_sample_app.yaml",
275
- {testDir: "test/e2e/container_insights"},
276
277
}
278
0 commit comments