Skip to content

Commit

Permalink
Chnage fail test to skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
krisatverbidio committed Jul 11, 2023
1 parent 5d237ea commit b761e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fulfillmentorder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,20 @@ func TestFulfillmentOrderMove(t *testing.T) {

// TODO
func TestFulfillmentOrderOpen(t *testing.T) {
t.Error("TestFulfillmentOrderOpen is not implemented")
t.Skip("TestFulfillmentOrderOpen is not implemented")
}

// TODO
func TestFulfillmentOrderReleaseHold(t *testing.T) {
t.Error("TestFulfillmentOrderReleaseHold is not implemented")
t.Skip("TestFulfillmentOrderReleaseHold is not implemented")
}

// TODO
func TestFulfillmentOrderReschedule(t *testing.T) {
t.Error("TestFulfillmentOrderReschedule is not implemented")
t.Skip("TestFulfillmentOrderReschedule is not implemented")
}

// TODO
func TestFulfillmentOrderSetDeadline(t *testing.T) {
t.Error("TestFulfillmentOrderSetDeadline is not implemented")
t.Skip("TestFulfillmentOrderSetDeadline is not implemented")
}

0 comments on commit b761e84

Please sign in to comment.