We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d23fc5 commit 3993d5fCopy full SHA for 3993d5f
1 file changed
Src/IronPythonTest/Stress/Engine.cs
@@ -39,7 +39,7 @@ private static long GetTotalMemory() {
39
}
40
41
#if FEATURE_REFEMIT
42
- [Test]
+ //[Test] // https://github.com/IronLanguages/ironpython3/issues/1444
43
public void ScenarioXGC() {
44
Assert.AreEqual(1, 1); // prevents nunit from counting towards memory usage
45
0 commit comments