Skip SelfServe e2e test (#432)
This commit is contained in:
parent
4b442dd869
commit
2a7546e0de
|
@ -7,7 +7,7 @@ jest.setTimeout(300000);
|
|||
|
||||
let frame: Frame;
|
||||
describe("Self Serve", () => {
|
||||
it("Launch Self Serve Example", async () => {
|
||||
it.skip("Launch Self Serve Example", async () => {
|
||||
try {
|
||||
frame = await getTestExplorerFrame(
|
||||
new Map<string, string>([[TestExplorerParams.selfServeType, SelfServeType.example]])
|
||||
|
|
Loading…
Reference in New Issue