Skip to content

Commit

Permalink
Merge pull request #236 from pph-collective/ignore-philly
Browse files Browse the repository at this point in the history
test: ignore philly on stable pop
  • Loading branch information
s-bessey authored Jul 10, 2023
2 parents 5d6aff9 + 7440e29 commit 04731ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ def test_agent_pop_stable_setting(tmpdir):
os.path.dirname(os.path.abspath(__file__)), "..", "titan", "settings"
)
):
if "__" not in item and item != "base":
if (
"__" not in item and item != "base" and item != "philly-gis"
): # bypass philly due to constraints
path = tmpdir.mkdir(item)
os.mkdir(os.path.join(path, "network"))
print(f"-----------Starting run for {item}-----------")
Expand Down

0 comments on commit 04731ec

Please sign in to comment.