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

[test] Comment out Jest hooks in skipped blocks #59086

Merged
merged 5 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. [test] Comment out Jest hooks in skipped blocks

    Jest will run the hooks regardless of if they are skipped.
    
    Tests skipped in elastic@61c9dc4
    and elastic@420ded8 were still resulting in build failures due to the beforeEach failing.
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    b9ce9e0 View commit details
    Browse the repository at this point in the history
  2. Additional variables/imports no longer needed

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6a40f2a View commit details
    Browse the repository at this point in the history
  3. Skip additional flaky ingest tests

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    55f0a31 View commit details
    Browse the repository at this point in the history
  4. Comment out file

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    dcd7292 View commit details
    Browse the repository at this point in the history
  5. Must have one test

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f85dd81 View commit details
    Browse the repository at this point in the history