Skip to content

Commit

Permalink
Skip fulfillment request tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Aug 6, 2022
1 parent 86f070a commit 90f1e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShopifySharp.Tests/FulfillmentRequest_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public FulfillmentRequest_Tests(FulfillmentRequest_Tests_Fixture fixture)
this.Fixture = fixture;
}

[Fact]
[Fact(Skip = "Fulfillment Orders/Requests cannot be used until the app migrates from fulfillments to fulfillment orders. https://shopify.dev/apps/fulfillment/migrate")]
public async Task Accept_FulfillmentOrders()
{
var order = await Fixture.CreateOrder();
Expand All @@ -28,7 +28,7 @@ public async Task Accept_FulfillmentOrders()
Assert.NotNull(result);
}

[Fact]
[Fact(Skip = "Fulfillment Orders/Requests cannot be used until the app migrates from fulfillments to fulfillment orders. https://shopify.dev/apps/fulfillment/migrate")]
public async Task Reject_FulfillmentOrders()
{
var order = await Fixture.CreateOrder();
Expand Down

0 comments on commit 90f1e2f

Please sign in to comment.