File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ func createXscMockServerForGeneralEvent(t *testing.T) (mockServer *httptest.Serv
141141}
142142
143143func TestXscSendGitIntegrationEvent (t * testing.T ) {
144- t .Skip ("Skipping TestXscSendGitIntegrationEvent due to a bug on windows/ubuntu" )
145144 initXscTest (t , services .LogErrorMinXscVersion , utils .MinXrayVersionGitIntegrationEvent )
146145
147146 testCases := []struct {
@@ -154,7 +153,7 @@ func TestXscSendGitIntegrationEvent(t *testing.T) {
154153 name : "Xray version below minimum" ,
155154 xrayVersion : "3.134.0" ,
156155 expectError : true ,
157- errorMsg : "git integration event requires minimum Xray version" ,
156+ errorMsg : "git integration event version error " ,
158157 },
159158 {
160159 name : "Xray version at minimum" ,
You can’t perform that action at this time.
0 commit comments