Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1866296: Disable e2e OLM test flakes #6360

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as operatorHubView from '../views/operator-hub.view';
import { click } from '@console/shared/src/test-utils/utils';
import { NAME_FIELD_ID, formFieldIsPresent } from '../views/descriptors.view';

describe('Interacting with an `AllNamespaces` install mode Operator (Jaeger)', () => {
xdescribe('Interacting with an `AllNamespaces` install mode Operator (Jaeger)', () => {
const jaegerResources = new Set([
'Deployment',
'Service',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as operatorHubView from '../views/operator-hub.view';
import { click } from '@console/shared/src/test-utils/utils';
import { NAME_FIELD_ID, formFieldIsPresent } from '../views/descriptors.view';

describe('Interacting with a `OwnNamespace` install mode Operator (Prometheus)', () => {
xdescribe('Interacting with a `OwnNamespace` install mode Operator (Prometheus)', () => {
const prometheusResources = new Set(['StatefulSet', 'Pod']);
const prometheusOperatorName = 'prometheus-operator';
const customProviderUID = 'providerType-console-e-2-e-operators';
Expand Down