mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Skip SelfServe e2e test (#432)
This commit is contained in:
@@ -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]])
|
||||||
|
|||||||
Reference in New Issue
Block a user