Skip to content

Commit

Permalink
e2e: Disable several flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Jan 2, 2024
1 parent 7b78cda commit 10a4113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions smokes-react/tests/buildsnavigation.spec.ts
Expand Up @@ -52,6 +52,7 @@ test.describe('previousnextlink', function() {
test.describe('forceandstop', function() {
test('should create a build with a dedicated reason and stop it during execution',
async ({page}) => {
test.skip(browserName === 'webkit', 'https://github.com/buildbot/buildbot/issues/7307');

await BuilderPage.gotoForce(page, "slowruntests", "force");
await ForcePage.clickStartButtonAndWaitRedirectToBuild(page);
Expand Down
1 change: 1 addition & 0 deletions smokes-react/tests/rebuilds.spec.ts
Expand Up @@ -26,6 +26,7 @@ test.describe('rebuilds', function() {
});

test('should navigate to a dedicated build and to use the rebuild button', async ({page}) => {
test.skip(browserName === 'webkit', 'https://github.com/buildbot/buildbot/issues/7308');
await BuilderPage.gotoBuildersList(page);
await BuilderPage.goto(page, "runtests");
const lastbuild = await BuilderPage.getLastFinishedBuildNumber(page);
Expand Down

0 comments on commit 10a4113

Please sign in to comment.