Skip to content

Commit 1f9636f

Browse files
committed
Skip issue in csv tests due to upstream for now.
1 parent 77e352e commit 1f9636f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_loaders_dumpers/test_csv_tsv_loader_dumper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44

55
import pytest
6+
import unittest
67
from jsonasobj2 import as_json_obj
78

89
from linkml_runtime.dumpers import csv_dumper, json_dumper, tsv_dumper, yaml_dumper
@@ -113,6 +114,7 @@ def test_csvgen_unroundtrippable(self):
113114
logger.debug(json_dumper.dumps(roundtrip))
114115
assert roundtrip == data
115116

117+
@pytest.mark.skip(reason="json_flattener list bug in unflatten_from_csv()")
116118
def test_table_model(self):
117119
schemaview = SchemaView(SCHEMA)
118120
table_json = csv_loader.load(TABLE_DATA_JSON, target_class=Table, index_slot="rows", schemaview=schemaview)

0 commit comments

Comments
 (0)