Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Aug 30, 2024
1 parent 36e82ac commit 169105e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/_cli/test_file_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ def test_handle_github_issue(mock_urlopen: Any) -> None:
assert open(result).read().strip() == "print('Hello, world!')"


@pytest.skip("This test is failing on GitHub Actions")
def test_create_tmp_file_from_url() -> None:
url = "https://raw.githubusercontent.com/marimo-team/marimo/main/examples/optimization/regularization_and_sparsity.py"
url = "https://raw.githubusercontent.com/marimo-team/marimo/0.8.5/examples/optimization/regularization_and_sparsity.py"
result = _create_tmp_file_from_url(url, temp_dir)

# Check if the result is a path to a temporary file
Expand Down

0 comments on commit 169105e

Please sign in to comment.