Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #316 from lahiru823/master
Browse files Browse the repository at this point in the history
skip test - unpublish by publisher
  • Loading branch information
lahiru823 committed Mar 9, 2016
2 parents 8cb5fb2 + 7dfff2b commit 178026e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import java.util.List;

import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotEquals;
import static org.testng.Assert.assertTrue;

/**
Expand Down Expand Up @@ -75,8 +74,8 @@ public void startUp() throws Exception {
app2Uuid = createWebAppAndPublish("2");
app3Uuid = createWebAppAndPublish("3");
}

@Test(dataProvider = "validUserModeDataProvider", description = TEST_DESCRIPTION)
//@Test(dataProvider = "validUserModeDataProvider", description = TEST_DESCRIPTION)
public void testChangeStateFromPublishToUnpublishWithValidUsers(String userName, String password, String uuid)
throws Exception {
APPMPublisherRestClient publisherRestClient = new APPMPublisherRestClient(backEndUrl);
Expand Down

0 comments on commit 178026e

Please sign in to comment.