haltest: remove test for put backend 77/254977/2
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 11 Mar 2021 06:00:08 +0000 (15:00 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 11 Mar 2021 06:08:58 +0000 (15:08 +0900)
Change-Id: I9f50848c61fa6c17c73270ee9181b1fec23e3eb9
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
haltest/display.cpp

index 719a7a5..cb85fe3 100644 (file)
@@ -333,16 +333,3 @@ TEST_F(DISPLAY, SetFrameRateP)
 
        EXPECT_GE(ret, 0) << "Fail to set frame rate (" << ret << ")";
 }
-
-TEST_F(DISPLAY, DeinitP)
-{
-       int ret;
-
-       if (!display_supported) {
-               SKIP_MESSAGE("Display not supported");
-               return;
-       }
-
-       ret = hal_device_display_put_backend();
-       EXPECT_GE(ret, 0) << "Fail to close display device (" << ret << ")";
-}