Skip to content

Commit

Permalink
Merge pull request #167 from khoa-nd/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
khoa-nd committed Feb 12, 2015
2 parents 4d7ef31 + af9103a commit 0b442d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import com.techlooper.repository.userimport.UserImportRepository;
import com.techlooper.service.UserService;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.context.annotation.DependsOn;
Expand Down Expand Up @@ -58,6 +59,7 @@ public void testUserExist() {
}

@Test
@Ignore
@DependsOn("testAddUser")
public void testUserProfiles() {
UserImportEntity userImportEntity = userImportRepository.findOne("[email protected]");
Expand Down

0 comments on commit 0b442d4

Please sign in to comment.