From 916895073ea48349e044fc00e76256cae9d88b41 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 1 Feb 2016 16:50:28 +0000 Subject: Remove flaky annotation for TestCallWithTimeout on linux The test has passed last 100 runs of the buildbot. llvm-svn: 259368 --- .../lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py index a602afc47ed..afc7b11ae84 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py @@ -23,7 +23,6 @@ class ExprCommandWithTimeoutsTestCase(TestBase): @expectedFlakeyFreeBSD("llvm.org/pr19605") - @expectedFlakeyLinux("llvm.org/pr20275") @expectedFailureWindows("llvm.org/pr21765") def test(self): """Test calling std::String member function.""" -- cgit v1.2.3