Skip to content

Commit

Permalink
GitHub issue annotation (#208)
Browse files Browse the repository at this point in the history
## Why?

- Removing the `GitHubIssue` annotation from tests that no longer use
it/the issue is closed therefore ignored
- Added the annotation to the RSE tests that are affected by the GitHub
Issue 1961 so their result will be "Failed with Defects", so easier to
pick out other failures in the daily regression run
  • Loading branch information
jadecarino authored Oct 10, 2024
2 parents 8bdae95 + 595d220 commit 2490025
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
import dev.galasa.ResultArchiveStoreContentType;
import dev.galasa.SetContentType;
import dev.galasa.core.manager.StoredArtifactRoot;
import dev.galasa.githubissue.GitHubIssue;

@GitHubIssue( issue = "1366" )
public abstract class AbstractDockerUbuntuLocal extends AbstractDocker {

@StoredArtifactRoot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import dev.galasa.Test;
import dev.galasa.galasaecosystem.IGenericEcosystem;
import dev.galasa.githubissue.GitHubIssue;

public abstract class AbstractZosBatchLocalRSE {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import dev.galasa.Test;
import dev.galasa.galasaecosystem.IGenericEcosystem;
import dev.galasa.githubissue.GitHubIssue;

public abstract class AbstractZosFileLocalRSE {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import dev.galasa.galasaecosystem.IGenericEcosystem;
import dev.galasa.githubissue.GitHubIssue;

@GitHubIssue( issue = "1961" )
public abstract class AbstractZosFileDatasetLocalRSE {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import dev.galasa.galasaecosystem.IGenericEcosystem;
import dev.galasa.githubissue.GitHubIssue;

@GitHubIssue( issue = "1961" )
public abstract class AbstractZosVSAMLocalRSE {

@Test
Expand Down

0 comments on commit 2490025

Please sign in to comment.