Skip to content

Commit

Permalink
Temporarly skip one unittest on Windows (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniezurawski authored Jun 21, 2023
1 parent b6f681b commit be0935a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/neptune/new/client/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def test_monitoring_namespace_based_on_hash(self, stdout_job, stderr_job, hardwa
hardware_job.assert_called_once_with(attribute_namespace="monitoring/some_hash")
traceback_job.assert_called_once_with(path="monitoring/some_hash/traceback", fail_on_exception=True)

@unittest.skipIf(IS_WINDOWS, "Temporary skip on Windows")
@patch("neptune.metadata_containers.run.generate_hash", lambda *vals, length: "some_hash")
@patch("neptune.metadata_containers.run.get_hostname", lambda *vals: "localhost")
@patch("neptune.metadata_containers.run.os.getpid", lambda *vals: 1234)
Expand Down

0 comments on commit be0935a

Please sign in to comment.