Skip to content

Commit 39bcbd8

Browse files
committed
Mark the dataframe GC test as flaky
1 parent 5c24950 commit 39bcbd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

streamz/dataframe/tests/test_dataframes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from dask.dataframe.utils import assert_eq
99
import numpy as np
1010
import pandas as pd
11+
from flaky import flaky
1112
from tornado import gen
1213

1314
from streamz import Stream
@@ -570,6 +571,7 @@ def test_cumulative_aggregations(op, getter, stream):
570571
assert_eq(pd.concat(L), expected)
571572

572573

574+
@flaky(max_runs=3, min_passes=1)
573575
@gen_test()
574576
def test_gc():
575577
sdf = sd.Random(freq='5ms', interval='100ms')

0 commit comments

Comments
 (0)