Skip to content

Commit

Permalink
Disable CORS functional tests from running in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Feb 21, 2019
1 parent cc60fa9 commit 5418698
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
using Xunit;
using Xunit.Abstractions;

[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]

namespace FunctionalTests
{
public class CorsMiddlewareFunctionalTests : LoggedTest
Expand Down

0 comments on commit 5418698

Please sign in to comment.