Index: tests/test_flush.py =================================================================== diff -u -r5b791b3c7d1d2498dbe52c4573225a56afffe2fb -re6bbe766a98c5e0d4e8e3cd57efa5b5895bb4672 --- tests/test_flush.py (.../test_flush.py) (revision 5b791b3c7d1d2498dbe52c4573225a56afffe2fb) +++ tests/test_flush.py (.../test_flush.py) (revision e6bbe766a98c5e0d4e8e3cd57efa5b5895bb4672) @@ -129,9 +129,9 @@ # Write a few more complete states to make sure the complete state items are recorded if complete_counter == 3: f.close() - events = dg.events.get_dg_events(2, 60) - for event in events: - print(event) + #events = dg.events.get_dg_events(2, 60) + #for event in events: + # print(event) break complete_counter += 1