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/rdoc/test_rdoc_generator_json_index.rb: pend in test_generate in ppc64le. #1050

Merged

Commits on Nov 2, 2023

  1. test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generate in…

    … ppc64le.
    
    We observed that this test randomly fails in the ruby/ruby Travis ppc64le case.
    This commit is to pend the test_generate if the assertion for the generated
    file's modified time fails in a ppc64le environment.
    
    Note that I didn't use the word "Travis CI" or Travis CI specific environment variables
    such as `TRAVIS` and `TRAVIS_CPU_ARCH`[1] in the code. Because I wanted to prioritize the
    rdoc's independence from the ruby/ruby.
    
    [1] https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
    junaruga committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6cc885e View commit details
    Browse the repository at this point in the history