Skip to content

Commit

Permalink
Disable parallel test execution to make test results more repeatable/…
Browse files Browse the repository at this point in the history
…predictable
  • Loading branch information
onionhammer committed Aug 21, 2023
1 parent 4c2cd18 commit 9593aaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Dapr.E2E.Test/E2ETests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
// Copyright 2021 The Dapr Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -20,6 +20,8 @@
using Xunit;
using Xunit.Abstractions;

[assembly: CollectionBehavior(DisableTestParallelization = true)]

namespace Dapr.E2E.Test
{
// We're using IClassFixture to manage the state we need across tests.
Expand Down

0 comments on commit 9593aaa

Please sign in to comment.