提交 ef6cecf8 编写于 作者: P Piotr Bryk

Merge pull request #501 from bryk/disable-broken-tests

Disable deploy from file tests until they're fixed.
......@@ -17,7 +17,8 @@ import path from 'path';
import DeployFromFilePageObject from '../deploy/deployfromfile_po';
// Test assumes, that there are no replication controllers in the cluster at the beginning.
describe('Deploy from invalid file user story test', () => {
// TODO(#494): Reenable this test when fixed.
xdescribe('Deploy from invalid file user story test', () => {
/** @type {!DeployFromFilePageObject} */
let deployFromFilePage;
......
......@@ -20,7 +20,8 @@ import DeleteReplicationControllerDialogObject from '../replicationcontrollerdet
import ZeroStatePageObject from '../zerostate/zerostate_po';
// Test assumes, that there are no replication controllers in the cluster at the beginning.
describe('Deploy from valid file user story test', () => {
// TODO(#494): Reenable this test when fixed.
xdescribe('Deploy from valid file user story test', () => {
/** @type {!DeployFromFilePageObject} */
let deployFromFilePage;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册