Skip to content

Commit

Permalink
Create a ExUnit tag for cloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jul 19, 2023
1 parent 49e5373 commit ead1e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/explorer/data_frame/lazy_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ defmodule Explorer.DataFrame.LazyTest do
end

describe "from_parquet/2 - S3" do
@tag :skip
@tag :cloud_integration
test "reads an URL with s3 schema" do
config = %FSS.S3.Config{
access_key_id: "minioadmin",
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ defmodule Explorer.IOHelpers do
end
end

ExUnit.start()
ExUnit.start(exclude: :cloud_integration)

0 comments on commit ead1e7f

Please sign in to comment.