summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DotNetOpenAuth.Test/Performance/HighPerformance.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/Performance/HighPerformance.cs b/src/DotNetOpenAuth.Test/Performance/HighPerformance.cs
index 85abe6c..695aeda 100644
--- a/src/DotNetOpenAuth.Test/Performance/HighPerformance.cs
+++ b/src/DotNetOpenAuth.Test/Performance/HighPerformance.cs
@@ -26,9 +26,9 @@ namespace DotNetOpenAuth.Test.Performance {
/// Initializes a new instance of the <see cref="HighPerformance"/> class.
/// </summary>
internal HighPerformance() {
- if (!WaitForQuietCpu()) {
- Assert.Inconclusive("Timed out waiting for a quiet CPU in which to perform perf tests.");
- }
+ ////if (!WaitForQuietCpu()) {
+ //// Assert.Inconclusive("Timed out waiting for a quiet CPU in which to perform perf tests.");
+ ////}
this.originalLoggerThreshold = LogManager.GetLoggerRepository().Threshold;
LogManager.GetLoggerRepository().Threshold = LogManager.GetLoggerRepository().LevelMap["OFF"];