NAME
	ignore

SYNOPSIS
	ign[ore] [number]...

DESCRIPTION
	The ignore command prevents a test from executing during a test zero
	(run all tests) sequence.  Ignoring a menu prevents subtests under that
	menu from executing.  Without arguments, ignored tests are displayed
	from the current menu and below.  By entering a specific test number or
	list of test numbers, tests are ignored.

	For example,

	ignore

	displays the ignored tests from the current menu level down.

	To ignore test numbers three, five, and seven, enter the following
	command:

	ignore 3 5 7

See also: 
	recognize


