提交 e321dd06 编写于 作者: S Sebastian Florek

Merge pull request #514 from floreks/disable-failed-tests

Disable flaky tests until IE issue is resolved
......@@ -17,7 +17,8 @@ import DeployPageObject from '../deploy/deploy_po';
import ReplicationControllersPageObject from '../replicationcontrollerslist/replicationcontrollers_po';
// Test assumes, that there are no replication controllers in the cluster at the beginning.
describe('Deploy and delete replication controller user story test', () => {
// TODO(#494): Reenable this test when fixed.
xdescribe('Deploy and delete replication controller user story test', () => {
/** @type {!DeployPageObject} */
let deployPage;
......
......@@ -32,7 +32,8 @@ import ZeroStatePageObject from '../zerostate/zerostate_po';
* - [Logs Page] - Check if pod logs show that pod is in pending state.
* - Clean up and delete created resources
*/
describe('Deploy not existing image story', () => {
// TODO(#494): Reenable this test when fixed.
xdescribe('Deploy not existing image story', () => {
/** @type {!ZeroStatePageObject} */
let zeroStatePage;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册