소스 검색

HUE-7447 [core] Skip test on last access time as feature disabled

Romain Rigaux 8 년 전
부모
커밋
64db82c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      desktop/core/src/desktop/tests.py

+ 2 - 0
desktop/core/src/desktop/tests.py

@@ -795,6 +795,8 @@ def test_config_check():
 
 
 def test_last_access_time():
+  raise SkipTest
+
   c = make_logged_in_client(username="access_test")
   c.post('/accounts/login/')
   login = desktop.auth.views.get_current_users()