Skip to content

Commit

Permalink
remove flaky url test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Dec 15, 2023
1 parent dd5a6f7 commit ef9519c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ const (
KurtosisOnBoardCalendlyUrl = "https://calendly.com/d/zgt-f2c-66p/kurtosis-onboarding"
FeedbackEmail = "feedback@" + OldDomain
FeedbackEmailLink = "mailto:" + FeedbackEmail
KurtosisTechTwitterProfileLink = "https://twitter.com/KurtosisTech"
KurtosisCloudLink = "https://cloud." + Domain
// TODO: Address issue: https://github.com/kurtosis-tech/kurtosis/issues/1968
// This link frequently returns 400 even though it works causing CI tests to flake
//KurtosisTechTwitterProfileLink = "https://twitter.com/KurtosisTech"
KurtosisCloudLink = "https://cloud." + Domain

// If you add new URLs above, make sure to add them to the urlsToValidateInTest below!!!
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
Expand All @@ -56,6 +58,5 @@ var urlsToValidateInTest = []string{
KurtosisDiscordUrl,
KurtosisOnBoardCalendlyUrl,
HowImportWorksLink,
KurtosisTechTwitterProfileLink,
KurtosisCloudLink,
}

0 comments on commit ef9519c

Please sign in to comment.