Skip SelfServe e2e test (#432)

This commit is contained in:
Tanuj Mittal 2021-02-06 02:30:46 +05:30 committed by GitHub
parent 4b442dd869
commit 2a7546e0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jest.setTimeout(300000);
let frame: Frame; let frame: Frame;
describe("Self Serve", () => { describe("Self Serve", () => {
it("Launch Self Serve Example", async () => { it.skip("Launch Self Serve Example", async () => {
try { try {
frame = await getTestExplorerFrame( frame = await getTestExplorerFrame(
new Map<string, string>([[TestExplorerParams.selfServeType, SelfServeType.example]]) new Map<string, string>([[TestExplorerParams.selfServeType, SelfServeType.example]])