Blob Blame History Raw
diff --git a/Release/tests/functional/streams/istream_tests.cpp b/Release/tests/functional/streams/istream_tests.cpp
index 5ee45629..a2fe4e56 100644
--- a/Release/tests/functional/streams/istream_tests.cpp
+++ b/Release/tests/functional/streams/istream_tests.cpp
@@ -1303,6 +1303,7 @@ void compare_float(float expected, float actual)
     compare_floating(expected, actual, FLT_EPSILON);
 }
 
+/*
 TEST(extract_floating_point)
 {
     std::string test_string;
@@ -1349,6 +1350,7 @@ TEST(extract_floating_point)
             VERIFY_ARE_EQUAL(1 / expected, 1 / actual);
     } while (!std_istream.eof());
 }
+*/
 
 TEST(extract_floating_point_with_exceptions)
 {