Skip to content

Commit 195c2f4

Browse files
committed
test: skip legacy program_graphs emission suite pending Stage 3 v2 migration
1 parent cf43a35 commit 195c2f4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

test/test_dataflow_emission.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
"""Emission gate: `-a 3` program_graphs in analysis.json, flag validation,
22
schema round-trip, and the -a 1/-a 2 no-impact guarantee."""
33

4+
import pytest
5+
pytest.skip(
6+
"Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
7+
"Uses deleted graph models / pre-envelope analyze() shape.",
8+
allow_module_level=True,
9+
)
10+
411
import json
512
from pathlib import Path
613

7-
import pytest
8-
914
from codeanalyzer.__main__ import app
1015
from codeanalyzer.schema import PyApplication, model_validate_json
1116

0 commit comments

Comments
 (0)