check effect of timeout flag - 2nd run

This commit is contained in:
HiteshRepo 2024-01-28 14:38:26 +05:30
parent d9568f8d12
commit 4a352ae097

View File

@ -1652,6 +1652,11 @@ func (suite *ExchangeSelectorSuite) Test_MoreTest() {
path1: "/path/to/dir", path1: "/path/to/dir",
path2: "/path/to/dir", path2: "/path/to/dir",
}, },
{
name: "same linux normal path",
path1: "/path/to/dir",
path2: "/path/to/dir",
},
} }
for _, test := range tests { for _, test := range tests {