Return offline and dispatcher tests to main suite

they should be passing consistently now
This commit is contained in:
ionutboangiu
2024-08-16 19:49:37 +03:00
committed by Dan Christian Bogos
parent 331b50ae52
commit db5341c1c7
2 changed files with 3 additions and 21 deletions

View File

@@ -56,19 +56,6 @@ jobs:
run: |
sudo env "PATH=$PATH" ./flaky_test.sh
- name: Run unstable offline tests for *internal separately until fixed
continue-on-error: true
run: |
sudo env "PATH=$PATH" go test github.com/cgrates/cgrates/apier/v1 -tags=offline -dbtype=*internal
- name: Run dispatcher tests separately until its unstable tests are fixed
continue-on-error: true
run: |
sudo env "PATH=$PATH" go test github.com/cgrates/cgrates/dispatchers -tags=integration -dbtype=*internal
sudo env "PATH=$PATH" go test github.com/cgrates/cgrates/dispatchers -tags=integration -dbtype=*mysql
sudo env "PATH=$PATH" go test github.com/cgrates/cgrates/dispatchers -tags=integration -dbtype=*mongo
sudo env "PATH=$PATH" go test github.com/cgrates/cgrates/dispatchers -tags=integration -dbtype=*postgres
- name: Run integration tests
run: |
sudo env "PATH=$PATH" ./integration_test.sh