diff --git a/src/autowiring/test/BoltTest.cpp b/src/autowiring/test/BoltTest.cpp index 3514c6369..c0ba90e2d 100644 --- a/src/autowiring/test/BoltTest.cpp +++ b/src/autowiring/test/BoltTest.cpp @@ -231,7 +231,7 @@ TEST_F(BoltTest, BoltBeforeContext) { ASSERT_EQ(1, TargetBoltable::DestructedNum()) << "Failed to be destroyed with matching context"; } -TEST_F(BoltTest, BoltAfterContext) { +TEST_F(BoltTest, DISABLED_BoltAfterContext) { AutoCurrentContext ctxt; TargetBoltable::InitializeNum(); TargetBoltable::InitializeNum();