Skip to content

Commit

Permalink
Add TransactionFaultInjectionTests to Functional runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Nov 18, 2022
1 parent b2c58b0 commit 0238a70
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,11 +1,11 @@
using Orleans.Transactions.AzureStorage.Tests;
using Orleans.Transactions.AzureStorage.Tests;
using Orleans.Transactions.TestKit.xUnit;
using Xunit;
using Xunit.Abstractions;

namespace Orleans.Transactions.Azure.Tests
{
[TestCategory("AzureStorage"), TestCategory("Transactions")]
[TestCategory("AzureStorage"), TestCategory("Transactions"), TestCategory("Functional")]
public class TransactionFaultInjectionTests : ControlledFaultInjectionTransactionTestRunnerxUnit, IClassFixture<ControlledFaultInjectionTestFixture>
{
public TransactionFaultInjectionTests(ControlledFaultInjectionTestFixture fixture, ITestOutputHelper output)
Expand Down

0 comments on commit 0238a70

Please sign in to comment.