-
Notifications
You must be signed in to change notification settings - Fork 731
Refactor container_rename_linux_test.go to use Tigron #4687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Refactor container_rename_linux_test.go to use Tigron #4687
Conversation
7766afc to
bd340dd
Compare
ChengyuZhu6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JoonsooWon Could you please squash your commits into one? Thanks!
11e4801 to
59f01b9
Compare
|
Thanks. |
3f665de to
59f01b9
Compare
|
The PR was briefly broken due to an incorrect remote sync on my side. |
59f01b9 to
73c6de1
Compare
|
|
||
| func TestRenameUpdateHosts(t *testing.T) { | ||
| t.Parallel() | ||
| testutil.DockerIncompatible(t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review ...
Can we replace testutil.DockerIncompatible(t) with require.Not(nerdtest.Docker)?
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review.
It's good idea.
I fixed it!
Signed-off-by: Joonsoo Won <[email protected]>
73c6de1 to
3ffd43f
Compare
Hello.
related : #4613