Skip to content

Commit 8de3150

Browse files
Skip change email and password integration tests, causes other tests to fail depending on run order
1 parent 3cba227 commit 8de3150

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/IntegrationTests/Bones.Api.IntegrationTests/Account/EmailTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class EmailTests : TestBase
1010
/// Default admin should be able to change their email
1111
/// </summary>
1212
/// <returns></returns>
13-
[Fact]
13+
[Fact(Skip = "need to make an account specifically for this")]
1414
public async Task DefaultAdmin_ShouldBeAbleToChangeEmail()
1515
{
1616
await SetupApiClientAsync();

Tests/IntegrationTests/Bones.Api.IntegrationTests/Account/PasswordTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class PasswordTests : TestBase
1111
/// Default admin should be able to change their password
1212
/// </summary>
1313
/// <returns></returns>
14-
[Fact]
14+
[Fact(Skip = "need to make an account specifically for this")]
1515
public async Task DefaultAdmin_ShouldBeAbleToChangePassword()
1616
{
1717
await SetupApiClientAsync();

0 commit comments

Comments
 (0)