Skip to content

Commit

Permalink
Disable MultiBlockAttributes1 test on pvcrs
Browse files Browse the repository at this point in the history
The MultiBlockAttributes1 test requires selection for the context
menu and thus does not work on pvcrs.

Change-Id: Idc6533d1321597bd47d930f272c135994a9d7340
  • Loading branch information
Kyle Lutz committed May 22, 2013
1 parent 5d1c41f commit ec614a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Applications/ParaView/Testing/XML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ SET (NewColorEditor1_DISABLE_CRS TRUE)
SET (ViewSettingsDialog_DISABLE_CS TRUE)
SET (ViewSettingsDialog_DISABLE_CRS TRUE)

# MultiBlockAttributes1 requires selection which doesn't work on pvcrs
SET (MultiBlockAttributes1_DISABLE_CRS TRUE)

# Plugins are only built as shared libraries.
IF (NOT BUILD_SHARED_LIBS)
SET (AnalyzeReaderWriterPlugin_DISABLE_C TRUE)
Expand Down

0 comments on commit ec614a9

Please sign in to comment.