Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Aug 12, 2019
1 parent 61b7260 commit e6b3e18
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/test/java/com/ethlo/time/StdJdkCorrectnessTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -20,11 +20,6 @@
* #L%
*/

import static org.fest.assertions.api.Assertions.assertThat;

import java.time.DateTimeException;
import java.time.OffsetDateTime;

import org.junit.Ignore;
import org.junit.Test;

Expand All @@ -35,15 +30,15 @@ protected Rfc3339 getInstance()
{
return new StdJdkInternetDateTimeUtil();
}

@Override
@Test
@Ignore
public void testFormat4TrailingNoise()
{
// For ignore marker only
}

@Override
@Test
@Ignore
Expand Down

0 comments on commit e6b3e18

Please sign in to comment.