Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip flaky amp-next-page tests #15232

Merged
merged 2 commits into from May 11, 2018
Merged

Conversation

cathyxz
Copy link
Contributor

@cathyxz cathyxz commented May 11, 2018

  • does not fetch the next document before 3 viewports away
    • flakes on Travis, doesn' repro locally.
  • adds the hidden class to hideSelector elements
    • repros locally about 1/3 of the time.

@@ -97,7 +97,9 @@ env => {
toggleExperiment(win, 'amp-next-page', false);
});

it('does not fetch the next document before 3 viewports away', function* () {
// This test is flaky on Headless Chrome on Travis because it does
// call fetchDocument.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a TODO with the issue number.

@@ -97,7 +97,9 @@ env => {
toggleExperiment(win, 'amp-next-page', false);
});

it('does not fetch the next document before 3 viewports away', function* () {
// TODO (#15234): This test is flaky on Headless Chrome on Travis because it does
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format is TODO(@someone, #xxxxx): Comment goes here

@rsimha rsimha merged commit a54e7c4 into ampproject:master May 11, 2018
@aghassemi
Copy link
Contributor

Thanks @cathyxz and @rsimha

@aghassemi
Copy link
Contributor

/cc @peterjosling let's fix and enable this test later.

@cathyxz cathyxz deleted the flake/next-page branch October 3, 2018 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants