Skip to content

Commit c7e91c1

Browse files
authored
Merge pull request #294 from xedin/fix-upasses-kitura-netservice
Un-XFAIL Kitura/NetService on both master and 5.0 branch
2 parents 66e2c78 + 3df1661 commit c7e91c1

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

projects.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,17 +1096,7 @@
10961096
{
10971097
"action": "BuildSwiftPackage",
10981098
"configuration": "release",
1099-
"tags": "sourcekit",
1100-
"xfail": {
1101-
"compatibility": {
1102-
"4.0": {
1103-
"branch": {
1104-
"swift-5.0-branch": "rdar://46189034",
1105-
"master": "rdar://46189034"
1106-
}
1107-
}
1108-
}
1109-
}
1099+
"tags": "sourcekit"
11101100
}
11111101
]
11121102
},
@@ -1295,17 +1285,7 @@
12951285
{
12961286
"action": "BuildSwiftPackage",
12971287
"configuration": "release",
1298-
"tags": "sourcekit",
1299-
"xfail": {
1300-
"compatibility": {
1301-
"4.2": {
1302-
"branch": {
1303-
"swift-5.0-branch": "rdar://46189034",
1304-
"master": "rdar://46189034"
1305-
}
1306-
}
1307-
}
1308-
}
1288+
"tags": "sourcekit"
13091289
},
13101290
{
13111291
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)