Skip to content

Commit b6ea4b4

Browse files
committed
Add TODO comment
1 parent 8e09666 commit b6ea4b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Series.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,8 @@ void Series::flushFileBased(
15381538
}
15391539
/* reset the dirty bit for every iteration (i.e. file)
15401540
* otherwise only the first iteration will have updates attributes
1541+
* TODO: Ideally, we would skip this in SkeletonOnly flush mode, but
1542+
* for some reason, this leads to hanging parallel tests..?
15411543
*/
15421544
setDirty(allDirty);
15431545
}

0 commit comments

Comments
 (0)