Skip to content

Commit d0aa6ff

Browse files
author
Sebastian Florek
committed
Disable flaky tests until solution is found
1 parent 01f1f58 commit d0aa6ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/integration/stories/deploy_and_delete_replication_controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import DeployPageObject from '../deploy/deploy_po';
1717
import ReplicationControllersPageObject from '../replicationcontrollerslist/replicationcontrollers_po';
1818

1919
// Test assumes, that there are no replication controllers in the cluster at the beginning.
20-
describe('Deploy and delete replication controller user story test', () => {
20+
// TODO(#494): Reenable this test when fixed.
21+
xdescribe('Deploy and delete replication controller user story test', () => {
2122

2223
/** @type {!DeployPageObject} */
2324
let deployPage;

src/test/integration/stories/deploy_not_existing_img_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import ZeroStatePageObject from '../zerostate/zerostate_po';
3232
* - [Logs Page] - Check if pod logs show that pod is in pending state.
3333
* - Clean up and delete created resources
3434
*/
35-
describe('Deploy not existing image story', () => {
35+
// TODO(#494): Reenable this test when fixed.
36+
xdescribe('Deploy not existing image story', () => {
3637
/** @type {!ZeroStatePageObject} */
3738
let zeroStatePage;
3839

0 commit comments

Comments
 (0)