There was an error while loading. Please reload this page.
1 parent 9dab2fb commit c0d0e4aCopy full SHA for c0d0e4a
1 file changed
tests/test_geochronology.py
@@ -13,10 +13,13 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
# ===============================================================================
16
-
+import pytest
17
from tests import client
18
19
20
+@pytest.mark.skip(
21
+ reason="Not implemented and may be fully deprecated for the observation table/router"
22
+)
23
def test_add_geochronology_age():
24
response = client.post(
25
"/geochronology/age",
0 commit comments