Skip to content

Commit

Permalink
RavenDB-20757 : use RavenFact attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv86 authored and arekpalinski committed Oct 23, 2023
1 parent 611116e commit 08ea617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/SlowTests/Server/Documents/ETL/RavenDB_20757.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using Raven.Server.Config;
using Raven.Server.Utils;
using Raven.Tests.Core.Utils.Entities;
using Tests.Infrastructure;
using Xunit;
using Xunit.Abstractions;

Expand All @@ -23,7 +24,7 @@ public RavenDB_20757(ITestOutputHelper output) : base(output)
{
}

[Fact]
[RavenFact(RavenTestCategory.Etl)]
public async Task OnFailureToUpdateProcessStateEtlShouldEnterFallbackMode()
{
var (nodes, leader) = await CreateRaftCluster(3, watcherCluster: true, leaderIndex: 0,
Expand Down

0 comments on commit 08ea617

Please sign in to comment.