Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: update
Browse files Browse the repository at this point in the history
doctrino committed Jan 18, 2025
1 parent d1058a1 commit cf49dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_integration/test_session/test_graph_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import Any

import pytest
import yaml
from cognite.client import CogniteClient
from cognite.client.data_classes.data_modeling import (
@@ -35,6 +36,7 @@


class TestExtractToLoadFlow:
@pytest.mark.skip("Test data in CDF changed, will be added back in PR #925")
def test_classic_to_dms(self, cognite_client: CogniteClient, data_regression: DataRegressionFixture) -> None:
neat = NeatSession(cognite_client, storage="oxigraph")
neat.read.cdf.classic.graph("Utsira", identifier="externalId")

0 comments on commit cf49dbd

Please sign in to comment.