File tree 6 files changed +16
-8
lines changed
dev/com.ibm.ws.mongo_fat/fat/src/com/ibm/ws/mongo/fat
6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2013, 2025 IBM Corporation and others.
2
+ * Copyright (c) 2013, 2023 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
21
21
import java .util .Map ;
22
22
23
23
import org .junit .Assume ;
24
- import org .junit .Ignore ;
25
24
import org .junit .runner .RunWith ;
26
25
import org .junit .runners .Suite ;
27
26
import org .junit .runners .Suite .SuiteClasses ;
41
40
MongoDefaultSSLTest .class ,
42
41
MongoConfigUpdateTest .class
43
42
})
44
- @ Ignore //Turning off the testcases to prevent build failures due to docker image - Defect 303550
45
43
public class FATSuite {
46
44
public static final String APP_NAME = "mongo" ;
47
45
public static String HOST_NAME ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2015, 2023 IBM Corporation and others.
2
+ * Copyright (c) 2015, 2023, 2025 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
14
14
15
15
import org .junit .AfterClass ;
16
16
import org .junit .BeforeClass ;
17
+ import org .junit .Ignore ;
17
18
import org .junit .runner .RunWith ;
18
19
19
20
import componenttest .annotation .Server ;
24
25
import fat .mongo .web .MongoTestServlet ;
25
26
26
27
@ RunWith (FATRunner .class )
28
+ @ Ignore //Turning off the test cases to prevent build failures due to docker image - Defect 303550
27
29
public class MongoBasicTest extends FATServletClient {
28
30
29
31
@ Server ("mongo.fat.server" )
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2015, 2023 IBM Corporation and others.
2
+ * Copyright (c) 2015, 2023, 2025 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
24
24
import org .junit .AfterClass ;
25
25
import org .junit .Before ;
26
26
import org .junit .BeforeClass ;
27
+ import org .junit .Ignore ;
27
28
import org .junit .Test ;
28
29
import org .junit .runner .RunWith ;
29
30
42
43
43
44
@ RunWith (FATRunner .class )
44
45
@ Mode (TestMode .FULL )
46
+ @ Ignore //Turning off the test cases to prevent build failures due to docker image - Defect 303550
45
47
public class MongoConfigUpdateTest extends FATServletClient {
46
48
@ Server ("mongo.fat.server.config.update" )
47
49
public static LibertyServer server ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2015, 2023 IBM Corporation and others.
2
+ * Copyright (c) 2015, 2023, 2025 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
16
16
17
17
import org .junit .AfterClass ;
18
18
import org .junit .BeforeClass ;
19
+ import org .junit .Ignore ;
19
20
import org .junit .runner .RunWith ;
20
21
21
22
import componenttest .annotation .Server ;
26
27
import fat .mongo .web .MongoDbSSLDefaultConfigServlet ;
27
28
28
29
@ RunWith (FATRunner .class )
30
+ @ Ignore //Turning off the test cases to prevent build failures due to docker image - Defect 303550
29
31
public class MongoDefaultSSLTest extends FATServletClient {
30
32
31
33
@ Server ("mongo.fat.server.ssl.default.config" )
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2015, 2023 IBM Corporation and others.
2
+ * Copyright (c) 2015, 2023, 2025 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
18
18
import org .junit .AfterClass ;
19
19
import org .junit .Before ;
20
20
import org .junit .BeforeClass ;
21
+ import org .junit .Ignore ;
21
22
import org .junit .Test ;
22
23
import org .junit .runner .RunWith ;
23
24
31
32
32
33
@ RunWith (FATRunner .class )
33
34
@ Mode (TestMode .FULL )
35
+ @ Ignore //Turning off the test cases to prevent build failures due to docker image - Defect 303550
34
36
public class MongoSSLInvalidTrustTest extends FATServletClient {
35
37
@ Server ("mongo.fat.server.ssl" )
36
38
public static LibertyServer server ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2015, 2023 IBM Corporation and others.
2
+ * Copyright (c) 2015, 2023, 2025 IBM Corporation and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License 2.0
5
5
* which accompanies this distribution, and is available at
18
18
import org .junit .AfterClass ;
19
19
import org .junit .Before ;
20
20
import org .junit .BeforeClass ;
21
+ import org .junit .Ignore ;
21
22
import org .junit .Test ;
22
23
import org .junit .runner .RunWith ;
23
24
32
33
import fat .mongo .web .MongoTestServlet ;
33
34
34
35
@ RunWith (FATRunner .class )
36
+ @ Ignore //Turning off the test cases to prevent build failures due to docker image - Defect 303550
35
37
public class MongoSSLTest extends FATServletClient {
36
38
@ Server ("mongo.fat.server.ssl" )
37
39
@ TestServlets ({
You can’t perform that action at this time.
0 commit comments