Skip to content

Commit

Permalink
ON-45075 # Add Collection to tests that need to run sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
kizaonline committed Nov 24, 2024
1 parent 51422b8 commit 19eeec7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions OneBlink.SDK.Tests/FormElementListsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace OneBlink.SDK.Tests
{
[Collection("IntegrationTests-RunSequentially")]
public class FormElementListsClientTests
{
private string ACCESS_KEY;
Expand Down
1 change: 1 addition & 0 deletions OneBlink.SDK.Tests/FormElementLookupsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace OneBlink.SDK.Tests
{
[Collection("IntegrationTests-RunSequentially")]
public class FormElementLookupsClientTests
{
private string ACCESS_KEY;
Expand Down
1 change: 1 addition & 0 deletions OneBlink.SDK.Tests/FormsAppEnvironmentsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace OneBlink.SDK.Tests
{
[Collection("IntegrationTests-RunSequentially")]
public class FormsAppEnvironmentsClientTests
{
private string ACCESS_KEY;
Expand Down
1 change: 1 addition & 0 deletions OneBlink.SDK.Tests/FormsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace OneBlink.SDK.Tests
{
[Collection("IntegrationTests-RunSequentially")]
public class FormsClientTests
{
private string ACCESS_KEY;
Expand Down

0 comments on commit 19eeec7

Please sign in to comment.