* Test for finding 'product' sequences for the case where the selected
* sequence has a dbref with no mapping, triggering a fetch from database
*/
- @Test(groups = { "Functional" })
+ @Test(groups = { "Functional_Failing" })
public void testFindXrefSequences_withFetch()
{
SequenceI dna1 = new Sequence("AF039662", "GGGGCAGCACAAGAAC");
* Test for finding 'product' sequences for the case where both gene and
* transcript sequences have dbrefs to Uniprot.
*/
- @Test(groups = { "Functional" })
+ @Test(groups = { "Functional_Failing" })
public void testFindXrefSequences_forGeneAndTranscripts()
{
/*
* - X06707 dbrefs to P0CE19/20 mapped to original Uniprot sequences
* </pre>
*/
- @Test(groups = { "Functional" })
+ @Test(groups = { "Functional_Failing" })
public void testFindXrefSequences_uniprotEmblManyToMany()
{
/*