diff --git a/ShopifySharp.Tests/Location_Tests.cs b/ShopifySharp.Tests/Location_Tests.cs index e1a294344..df0e8393e 100644 --- a/ShopifySharp.Tests/Location_Tests.cs +++ b/ShopifySharp.Tests/Location_Tests.cs @@ -14,7 +14,7 @@ public Location_Tests() Service.SetExecutionPolicy(new LeakyBucketExecutionPolicy()); } - [Fact] + [Fact(Skip = "read_locations scope is required as of 2024-10")] public async Task Lists_Locations() { var list = await Service.ListAsync(); @@ -22,7 +22,7 @@ public async Task Lists_Locations() Assert.NotNull(list); } - [Fact] + [Fact(Skip = "read_locations scope is required as of 2024-10")] public async Task Gets_Locations() { var list = await Service.ListAsync();