Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c541451

Browse files
mrsdizzietechknowlogick
authored andcommittedNov 9, 2019
Update Github migration test (#8893)
* Update Github migration test Earlier today #716 was reopened which updated the modification time for an old milestone (1.6.0) that we use in testing with the assumption that it is old and won't change. This breaks all builds now, so remove this test since we have others that test the same code and this milestone will likely be updated again as that issue changes etc... * ci
1 parent a647a54 commit c541451

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎modules/migrations/github_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ func TestGitHubDownloadRepo(t *testing.T) {
118118
"2018-09-05 16:34:22 +0000 UTC",
119119
"2018-08-11 08:45:01 +0000 UTC",
120120
"closed", milestone)
121-
case "1.6.0":
122-
assertMilestoneEqual(t, "1.6.0", "2018-09-25 07:00:00 +0000 UTC",
123-
"2018-05-11 05:37:01 +0000 UTC",
124-
"2019-01-27 19:21:22 +0000 UTC",
125-
"2018-11-23 13:23:16 +0000 UTC",
126-
"closed", milestone)
127121
case "1.7.0":
128122
assertMilestoneEqual(t, "1.7.0", "2018-12-25 08:00:00 +0000 UTC",
129123
"2018-08-28 14:20:14 +0000 UTC",

0 commit comments

Comments
 (0)
Please sign in to comment.