File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/api Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2020import java .io .File ;
2121import java .util .concurrent .TimeUnit ;
2222
23+ import org .junit .jupiter .api .Assumptions ;
2324import org .junit .jupiter .api .BeforeAll ;
2425import org .junit .jupiter .api .MethodOrderer ;
2526import org .junit .jupiter .api .Order ;
2627import org .junit .jupiter .api .Test ;
2728import org .junit .jupiter .api .TestInstance ;
2829import org .junit .jupiter .api .TestMethodOrder ;
30+ import org .junit .jupiter .api .condition .DisabledOnOs ;
31+ import org .junit .jupiter .api .condition .OS ;
2932
3033import static org .hamcrest .MatcherAssert .assertThat ;
3134import static org .hamcrest .Matchers .anyOf ;
3639@ HelidonTest
3740@ TestInstance (TestInstance .Lifecycle .PER_CLASS )
3841@ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
42+ @ DisabledOnOs (OS .WINDOWS )
3943class KbIT
4044 {
4145
Original file line number Diff line number Diff line change 2727import org .junit .jupiter .api .Test ;
2828import org .junit .jupiter .api .TestInstance ;
2929import org .junit .jupiter .api .TestMethodOrder ;
30+ import org .junit .jupiter .api .condition .DisabledOnOs ;
31+ import org .junit .jupiter .api .condition .OS ;
3032
3133import static org .hamcrest .MatcherAssert .assertThat ;
3234import static org .hamcrest .Matchers .anyOf ;
3739@ HelidonTest
3840@ TestInstance (TestInstance .Lifecycle .PER_CLASS )
3941@ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
42+ @ DisabledOnOs (OS .WINDOWS )
4043class StoreIT
4144 {
4245
You can’t perform that action at this time.
0 commit comments