Skip to content

Commit

Permalink
Modifying test; cannot be run in parallel due to interference
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxx committed Jan 31, 2024
1 parent 6f11bc9 commit bc9dc15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ public TestInfraNamedWindowJoin() : base(Configure) { }
public void WithRightOuterJoinLateStart() => RegressionRunner.Run(_session, InfraNamedWindowJoin.WithRightOuterJoinLateStart());

[Test, RunInApplicationDomain]
[Parallelizable(ParallelScope.None)]
public void WithJoinIndexChoice() => RegressionRunner.Run(_session, InfraNamedWindowJoin.WithJoinIndexChoice());
}
}
Expand Down

0 comments on commit bc9dc15

Please sign in to comment.