Skip to content

Commit

Permalink
Mem (2/3): Core migration -- Re-enable electron_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jul 11, 2023
1 parent 8f26dcd commit 475f2fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/covalent_tests/workflow/electron_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def workflow_2():
return res_3


@pytest.mark.skip(reason="Will be re-enabled next PR")
def test_build_sublattice_graph(mocker):
"""
Test building a sublattice graph
Expand Down Expand Up @@ -145,7 +144,6 @@ def mock_register(manifest, *args, **kwargs):
# lattice = Lattice.deserialize_from_json(json_lattice)


@pytest.mark.skip(reason="Will be re-enabled next PR")
def test_build_sublattice_graph_fallback(mocker):
"""
Test falling back to monolithic sublattice dispatch
Expand Down

0 comments on commit 475f2fb

Please sign in to comment.