Configuring a Test to Skip
- Updated2025-11-07
- 1 minute(s) read
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Double-click an .lvtest file to display the Test Properties dialog box.
- On the Configuration page, place a checkmark in the
Always skip this test checkbox.The Project Explorer window and the Unit Test Framework VIs checkboxes appear and contain checkmarks by default.
- Optional: If you want to skip this test only when executing tests interactively from the Project Explorer window, remove the checkmark from the Unit Test Framework VIs checkbox.
- Optional: If you want to skip this test only when executing tests programmatically with the Unit Test Framework VIs, remove the checkmark from the Project Explorer window checkbox.
- Click the OK button to close the dialog box and return to the Project Explorer window.
- Select to save the project.