Skip to content

Commit 3993d5f

Browse files
committed
Disable ScenarioXGC
1 parent 2d23fc5 commit 3993d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/IronPythonTest/Stress/Engine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static long GetTotalMemory() {
3939
}
4040

4141
#if FEATURE_REFEMIT
42-
[Test]
42+
//[Test] // https://github.com/IronLanguages/ironpython3/issues/1444
4343
public void ScenarioXGC() {
4444
Assert.AreEqual(1, 1); // prevents nunit from counting towards memory usage
4545

0 commit comments

Comments
 (0)