Skip to content

Commit

Permalink
Commenting the line that ensure passing the test.
Browse files Browse the repository at this point in the history
I rather have the test failing until we implement the correct changes.
Hence this test will fail until we implement #584.
I keep that line for testing purposes.
  • Loading branch information
germa89 committed Sep 9, 2021
1 parent d3bd1d6 commit 56a93a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_cmatrix():
# Next line is going to be included in the `CMATRIX` wrapper in `mapdl_grpc`.
# See PR #571.
# So please comment/delete when that PR is merged.
mapdl._response = mapdl._download_as_raw('cmatrix.out').decode() #TODO: To delete/comment when PR #571 is merged.
# mapdl._response = mapdl._download_as_raw('cmatrix.out').decode() #TODO: To delete/comment when PR #571 is merged.
assert 'Capacitance matricies are stored in file' in mapdl.last_response

mapdl.finish()
Expand Down

0 comments on commit 56a93a7

Please sign in to comment.