Skip to content

Commit

Permalink
Skip BpmnPrTest and DmnPrTest e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdavidorg committed May 16, 2024
1 parent 7e96e5e commit 15c3b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beforeEach(async () => {
tools = await Tools.init(TEST_NAME);
});

test(TEST_NAME, async () => {
test.skip(TEST_NAME, async () => {
// TODO create PR in Apache KIE
const PR_WEB_PAGE = "https://github.com/tomasdavidorg/chrome-extension-pr-test/pull/2/files";
const PR_WEB_PAGE = "";

// open PR and check that source is opened
const gitHubPrPage: GitHubPrPage = await tools.openPage(GitHubPrPage, PR_WEB_PAGE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beforeEach(async () => {
tools = await Tools.init(TEST_NAME);
});

test(TEST_NAME, async () => {
test.skip(TEST_NAME, async () => {
// TODO create PR in Apache KIE
const PR_WEB_PAGE = "https://github.com/tomasdavidorg/chrome-extension-pr-test/pull/3/files";
const PR_WEB_PAGE = "";

// open PR and check that source is opened
const gitHubPrPage: GitHubPrPage = await tools.openPage(GitHubPrPage, PR_WEB_PAGE);
Expand Down

0 comments on commit 15c3b78

Please sign in to comment.