Skip to content

Commit e7c22e7

Browse files
committed
Disable FileBrowseWidget which doesn't work for automated testing
Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
1 parent 285b2b6 commit e7c22e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/qtgui/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ endif()
3737

3838
if(Python3_EXECUTABLE AND AVOGADRO_DATA)
3939
list(APPEND tests
40-
FileBrowseWidget
4140
# these are still somewhat broken
4241
# but it's not crucial
42+
#FileBrowseWidget
4343
#InputGenerator
4444
#InputGeneratorWidget
4545
)

0 commit comments

Comments
 (0)