Skip to content

Commit

Permalink
chore: stop skipping dataset test
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 22, 2024
1 parent 9848026 commit 2ddfb8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datasets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
)

func TestDatasets(t *testing.T) {
t.Skipf("Changes have been made to the dataset API, this test needs to be updated")

workspaceID, err := g.CreateWorkspace(context.Background(), "directory")
require.NoError(t, err)

Expand Down

0 comments on commit 2ddfb8e

Please sign in to comment.