https://bz.apache.org/bugzilla/show_bug.cgi?id=58967

            Bug ID: 58967
           Summary: use junit categories to exclude tests that need a gui
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: SGI
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

see https://github.com/junit-team/junit/wiki/Categories
this is only available for junit 4 tests and not for junit 3 suite style tests.
A test can be annotated with @Category(NeedGuiTests.class) and it will not be
executed in headless mode
Also remove the AllTests#suite implementation as it's not compatible with
junit4 tests

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to