Skip to content

Commit c0d0e4a

Browse files
committed
test: skip geochronology tests for now
1 parent 9dab2fb commit c0d0e4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_geochronology.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# ===============================================================================
16-
16+
import pytest
1717
from tests import client
1818

1919

20+
@pytest.mark.skip(
21+
reason="Not implemented and may be fully deprecated for the observation table/router"
22+
)
2023
def test_add_geochronology_age():
2124
response = client.post(
2225
"/geochronology/age",

0 commit comments

Comments
 (0)