Commit 236ea1a8 by yangjian

切换场馆暂时注释

parent eeb36f2a
...@@ -22,7 +22,7 @@ public class TestSwitchStudio extends XMBaseTest { ...@@ -22,7 +22,7 @@ public class TestSwitchStudio extends XMBaseTest {
.setCase_name(Thread.currentThread().getStackTrace()[1].getFileName().split("\\.")[0]); .setCase_name(Thread.currentThread().getStackTrace()[1].getFileName().split("\\.")[0]);
super.beforeTest(); super.beforeTest();
} }
@Test(description = "切换场馆") //@Test(description = "切换场馆")
public void testSwitchStudio() { public void testSwitchStudio() {
AdminTools tools =new AdminTools(); AdminTools tools =new AdminTools();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment