From 611d8344c2fb8152cbe42d469109acdb072e36fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Tue, 19 Jul 2022 11:55:22 +0200 Subject: [PATCH] Revert "Test for double attribute issue in ADIOS2 v2.7.1" This reverts commit a39b6181fa2c663888222dc99821c7b80ddc11b3. The test is added in PR #1302 which fixes the bug --- test/SerialIOTest.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index 86497c7ea1..715ee51ad8 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -16,7 +16,6 @@ #include #include -#include #include #include #include @@ -28,7 +27,6 @@ #include #include #include -#include #include #include @@ -5834,13 +5832,6 @@ void append_mode( write.flush(); } { - using namespace std::chrono_literals; - /* - * Put a little sleep here to trigger writing of a different /date - * attribute. ADIOS2 v2.7 does not like that so this test ensures that - * we deal with it. - */ - std::this_thread::sleep_for(1s); Series write(filename, Access::APPEND, jsonConfig); if (variableBased) {