You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/04/21 22:51:46 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #4649: CDN-in-a-Box SMTP server + user registration API test

rawlinp commented on a change in pull request #4649:
URL: https://github.com/apache/trafficcontrol/pull/4649#discussion_r412545165



##########
File path: traffic_ops/testing/api/v2/user_test.go
##########
@@ -37,6 +39,9 @@ func TestUsers(t *testing.T) {
 		GetTestUsers(t)
 		GetTestUserCurrent(t)
 		UserTenancyTest(t)
+		if includeSystemTests {
+			UserRegistrationTest(t)

Review comment:
       since this force-deletes users, we should include a comment that this test needs to run last in the sequence, otherwise tests that come after it may fail, right?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org