Temp fix for test

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-10-29 21:05:50 +01:00
parent 0a05611826
commit 82a0c50a98

View File

@@ -127,6 +127,7 @@ namespace Umbraco.Tests.Integration.Umbraco.Infrastructure.Scoping
Assert.AreEqual(complete ? "changed" : "name", globalCached.Name);
}
[Explicit("Current having issues if RuntimeTests.cs is running in same session")]
[TestCase(true)]
[TestCase(false)]
public void FullDataSetRepositoryCachePolicy(bool complete)