From 672bcaebcf217d811ed706fb2a2792cb829be2c5 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Thu, 17 Feb 2022 12:00:50 -0700 Subject: [PATCH] #140 skip image comparison- depends on which machine this test is running --- test/mpr_plot/test_mpr_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mpr_plot/test_mpr_plot.py b/test/mpr_plot/test_mpr_plot.py index 63eaced2..f119c295 100644 --- a/test/mpr_plot/test_mpr_plot.py +++ b/test/mpr_plot/test_mpr_plot.py @@ -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 @@ -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