Skip to content

Commit

Permalink
remove expected json failures
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhaining committed Aug 26, 2024
1 parent 716c6a2 commit 4f7eceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions tests/integration_test/test_c_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def test_adms(adm):
Compiles each adm in ADMS_DIR against the dtnma-tools repo
@pre: DTNMA_TOOLS_DIR is a git working copy, tests should be run from home directory of camp repo
"""
if adm == 'amp_agent.json' or adm == 'ion_bpsec_admin.json':
pytest.xfail("ADM with known issue")

# input file full filepath
filepath = os.path.join(ADMS_DIR, adm)

Expand Down
2 changes: 0 additions & 2 deletions tests/integration_test/test_sql_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def test_adms(setup, adm):
"""
cursor = setup[0]

if adm == 'ion_bpsec_admin.json':
pytest.xfail("ADM with known issue")
# input file full filepath
filepath = os.path.join(ADMS_DIR, adm)

Expand Down

0 comments on commit 4f7eceb

Please sign in to comment.