Skip to content

Commit 9a89d64

Browse files
committed
Working on Actions and Testing
1 parent 21317a2 commit 9a89d64

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

100 KB
Binary file not shown.
10 KB
Binary file not shown.
10 MB
Binary file not shown.
1 KB
Binary file not shown.
1 MB
Binary file not shown.

test/test_streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def new_file_event(**kwargs):
117117
("dummy_100KB.data", 100e3),
118118
("dummy_1MB.data", 1e6),
119119
("dummy_10MB.data", 10e6),
120-
("dummy_100MB.data", 100e6),
120+
# ("dummy_100MB.data", 100e6),
121121
]:
122122
if os.path.exists(os.path.join(cwd, "file_transfer", "output", filename)):
123123
os.remove(os.path.join(cwd, "file_transfer", "output", filename))

0 commit comments

Comments
 (0)