1 package test.mannotation; 2 3 import org.testng.annotations.Test; 4 5 @Test(alwaysRun = false) 6 public class MTest2 { 7 8 } 9