Skip to content

Commit

Permalink
#140 skip image comparison- depends on which machine this test is run…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
bikegeek committed Feb 17, 2022
1 parent 1815231 commit 672bcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mpr_plot/test_mpr_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setup():
cleanup()
# Set up the METPLOTPY_BASE so that met_plot.py will correctly find
# the config directory containing all the default config files.
os.environ['METPLOTPY_BASE'] = "../../metplotpy"
os.environ['METPLOTPY_BASE'] = "../../"
custom_config_filename = "mpr_plot_custom.yaml"

# Invoke the command to generate a Performance Diagram based on
Expand Down Expand Up @@ -48,7 +48,7 @@ def test_files_exist(setup, test_input, expected):
assert os.path.isfile(test_input) == expected
cleanup()


@pytest.mark.skip("unreliable-sometimes fails due to differences between machines.")
def test_images_match(setup):
"""
Compare an expected plot with the
Expand Down

0 comments on commit 672bcae

Please sign in to comment.