Skip to content

Commit f299135

Browse files
committed
Try disabling parallization of tests to see if it improves test reliability.
1 parent 18b6696 commit f299135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Libraries/test/TestCustomAuthorizerApp.IntegrationTests/IntegrationTestContextFixtureCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace TestCustomAuthorizerApp.IntegrationTests;
44

5-
[CollectionDefinition("Integration Tests")]
5+
[CollectionDefinition("Integration Tests", DisableParallelization = true)]
66
public class IntegrationTestContextFixtureCollection : ICollectionFixture<IntegrationTestContextFixture>
77
{
88
// This class has no code, and is never created. Its purpose is simply

0 commit comments

Comments
 (0)