Skip to content

Commit

Permalink
skipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstybayliss committed Sep 30, 2024
1 parent 7ced6be commit 5f8cf2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openquake/sub/tests/profile_workflow_classification_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
import os
import configparser
import pandas as pd
import unittest

HERE = pathlib.Path(__file__).parent.resolve()


def test_geojson_classification_workflow():
raise unittest.SkipTest
fname_geojson = HERE / "data" / "izu_slab2_css.geojson"
fname_slab = HERE / "data" / "izu_slab2_dep_02.24.18.grd"
classification_ini = HERE / "data" / "mariana_classification.ini"
Expand Down

0 comments on commit 5f8cf2e

Please sign in to comment.