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

fix plist parsing for skip files #2195

Merged
merged 1 commit into from
Jul 4, 2019

Commits on Jul 3, 2019

  1. fix plist parsing for skip files

    The introduced new plist xml parsing method with lxml
    was not introduced for the use cases where a skip file
    was used. In case of a skip file the report plist files
    can be rewritten (the reports based on the skip file content)
    are removed.
    
    Previous tests did not fail because a second skip is done
    at the server side during storage and the server skip tests
    worked on the stored reports.
    Gyorgy Orban committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    ccf4e61 View commit details
    Browse the repository at this point in the history