fixing import in IntentSyncTest
Change-Id: I7e7a87f9e012c96b1b64c02f6ec2fe1ec6c0215c
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -17,6 +17,7 @@ package org.onosproject.sdnip; | ... | @@ -17,6 +17,7 @@ package org.onosproject.sdnip; |
17 | 17 | ||
18 | import com.google.common.collect.Sets; | 18 | import com.google.common.collect.Sets; |
19 | import org.junit.Before; | 19 | import org.junit.Before; |
20 | +import org.junit.Ignore; | ||
20 | import org.junit.Test; | 21 | import org.junit.Test; |
21 | import org.onlab.junit.TestUtils; | 22 | import org.onlab.junit.TestUtils; |
22 | import org.onlab.junit.TestUtils.TestUtilsException; | 23 | import org.onlab.junit.TestUtils.TestUtilsException; | ... | ... |
-
Please register or login to post a comment