Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable parallel test execution to make test results more repeatable/…
…predictable

Signed-off-by: Erik O'Leary <erik.m.oleary@gmail.com>
  • Loading branch information
onionhammer committed Aug 22, 2023
commit e32824330956de9751272a78d4ca1a9d9dd9ae36
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